summaryrefslogtreecommitdiff
path: root/runtime/libtrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libtrace/Makefile')
-rw-r--r--runtime/libtrace/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index b39ca6b10c..9a07070374 100644
--- a/runtime/libtrace/Makefile
+++ b/runtime/libtrace/Makefile
@@ -14,3 +14,5 @@ BYTECODE_DESTINATION = $(CFERuntimeLibDir)
include $(LEVEL)/Makefile.common
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))