summaryrefslogtreecommitdiff
path: root/runtime/GC/SemiSpace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GC/SemiSpace/Makefile')
-rw-r--r--runtime/GC/SemiSpace/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/GC/SemiSpace/Makefile b/runtime/GC/SemiSpace/Makefile
index 8aaa29c8cb..6f8e54ce27 100644
--- a/runtime/GC/SemiSpace/Makefile
+++ b/runtime/GC/SemiSpace/Makefile
@@ -15,3 +15,5 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))