diff options
Diffstat (limited to 'lib/Target/CBackend/Makefile')
-rw-r--r-- | lib/Target/CBackend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 052a4eb..fea2494 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -11,4 +11,4 @@ LEVEL = ../../.. LIBRARYNAME = LLVMCBackend include $(LEVEL)/Makefile.common -CompileCommonOpts := $(CompileCommonOpts) -Wno-format +CompileCommonOpts += -Wno-format |