summaryrefslogtreecommitdiff
path: root/settings.make
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-01-27 15:27:16 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-01-27 15:27:16 +0000
commit477d948682bb1f28f516477d904bc47a02ece068 (patch)
treec33ad04282c24e2231bc4b0dcad350b6e4809940 /settings.make
parent957b3b211b3ec0b0ebf0e010129e2e0788521890 (diff)
downloaduserv-utils-477d948682bb1f28f516477d904bc47a02ece068.tar.gz
build improvements
Diffstat (limited to 'settings.make')
-rw-r--r--settings.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.make b/settings.make
index 2fa37e7..0c4de29 100644
--- a/settings.make
+++ b/settings.make
@@ -40,7 +40,7 @@ services= $(etcuserv)/services.d
CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
-Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \
$(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS)
-LDFLAGS= $(SUBDIR_LDFLAGS)
+LDFLAGS= $(SUBDIR_LDFLAGS) $(DEBUG)
OPTIMISE= -O2
DEBUG= -g