X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=settings.make;h=0c4de29eea65d740e842f9a72b8178518ddc486b;hb=477d948682bb1f28f516477d904bc47a02ece068;hp=c74afc2fe6c604ed2f03b2d4ef4a22be40ec0b2b;hpb=70b9d2e0dbecb8fe1e2045a1752465cd35885bb0;p=userv-utils.git diff --git a/settings.make b/settings.make index c74afc2..0c4de29 100644 --- a/settings.make +++ b/settings.make @@ -38,9 +38,9 @@ etcuserv= $(etcdir)/userv services= $(etcuserv)/services.d CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ - -Wpointer-arith -D_GNU_SOURCE \ + -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \ $(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS) -LDFLAGS= $(SUBDIR_LDFLAGS) +LDFLAGS= $(SUBDIR_LDFLAGS) $(DEBUG) OPTIMISE= -O2 DEBUG= -g