diff options
Diffstat (limited to 'lib/CompilerDriver/Makefile')
-rw-r--r-- | lib/CompilerDriver/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CompilerDriver/Makefile b/lib/CompilerDriver/Makefile index 66c6d11..b829f52 100644 --- a/lib/CompilerDriver/Makefile +++ b/lib/CompilerDriver/Makefile @@ -21,9 +21,6 @@ else LINK_COMPONENTS = support system endif -REQUIRES_EH := 1 -REQUIRES_RTTI := 1 - include $(LEVEL)/Makefile.common ifeq ($(ENABLE_LLVMC_DYNAMIC_PLUGINS), 1) |