diff options
Diffstat (limited to 'tools/lto/Makefile')
-rw-r--r-- | tools/lto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lto/Makefile b/tools/lto/Makefile index 3120aa5..f0bc67c 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -17,6 +17,7 @@ include $(LEVEL)/Makefile.config LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 +CXXFLAGS = -fno-rtti LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter |