diff options
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r-- | lib/CodeGen/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 62ef1ad727..a2ad0fd49c 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -13,6 +13,3 @@ PARALLEL_DIRS = SelectionDAG BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |