X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=Makefile;h=51afd1a0a722933812de191408b9af5af648ea21;hp=5e31562ae5e771387b53b231e70219cf6a9d490d;hb=5d153a347a2732fc117c655f842f019c5e52877c;hpb=9c4acb514533925ccbfa6b5ceb88876fb36cb819 diff --git a/Makefile b/Makefile index 5e31562..51afd1a 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ current_sampledata := t/sampledata/var/rev/v$(sampledata_rev) os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok)) os := $(call shout,$(os),Unable to determine OS) -CFLAGS := -Wall -Wformat=2 -O2 -Werror -Wno-unknown-pragmas $(CFLAGS) +CFLAGS := -O2 -Wall -Werror -Wformat=2 $(CFLAGS) +CFLAGS := -Wno-unknown-pragmas -Wsign-compare $(CFLAGS) CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS) SOEXT:=.so