diff options
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r-- | tools/llvm-ar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index e4fe4e8ca3..3db7964ad1 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -11,6 +11,7 @@ LEVEL = ../.. TOOLNAME = llvm-ar LINK_COMPONENTS = archive REQUIRES_EH := 1 +#CXXFLAGS = -fno-rtti # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |