diff options
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile index d4fc79c..85de736 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -14,3 +14,6 @@ BUILD_ARCHIVE = 1 EXTRA_DIST = Unix Win32 README.txt include $(LEVEL)/Makefile.common + +CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) +CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |