diff options
Diffstat (limited to 'tools/llvm-nm')
-rw-r--r-- | tools/llvm-nm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index ee495bf..ecf5f8c 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -11,4 +11,7 @@ LEVEL = ../.. TOOLNAME = llvm-nm LINK_COMPONENTS = archive bitreader +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common |