diff options
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r-- | tools/llvm-prof/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index 86eb54d..b1fd330 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -13,5 +13,6 @@ LINK_COMPONENTS = bitreader analysis # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 +CXXFLAGS = -fno-rtti include $(LEVEL)/Makefile.common |