diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/libdummy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile index 4fa2561..6dad7bc 100644 --- a/runtime/libdummy/Makefile +++ b/runtime/libdummy/Makefile @@ -15,3 +15,5 @@ BYTECODE_DESTINATION = $(CFERuntimeLibDir) include $(LEVEL)/Makefile.common +CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |