chiark / gitweb /
build improvements
[userv-utils.git] / settings.make
index c74afc2fe6c604ed2f03b2d4ef4a22be40ec0b2b..0c4de29eea65d740e842f9a72b8178518ddc486b 100644 (file)
@@ -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