diff options
Diffstat (limited to 'tools/lli')
-rw-r--r-- | tools/lli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 8f6eeed486..2341bed3dd 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -9,6 +9,7 @@ LEVEL := ../.. TOOLNAME := lli +CXXFLAGS = -fno-rtti LINK_COMPONENTS := jit interpreter nativecodegen bitreader selectiondag # Enable JIT support |