diff options
-rw-r--r-- | tools/llvm2cpp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index 7e778d7..9894803 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -12,3 +12,6 @@ USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMCore.a \ LLVMSupport.a LLVMbzip2.a LLVMSystem.a include $(LEVEL)/Makefile.common + +CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |