summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-11-19 00:48:23 +0100
committerLennart Poettering <lennart@poettering.net>2009-11-19 00:48:23 +0100
commit1564322b2445392fc274c15e4afd04dc7d3281a3 (patch)
tree36c5caa308825812f7eb0e206099ddadac64fc3d /Makefile
parent04fd6fe45b6c4e245a621578d2913296d1bb3642 (diff)
downloadsystemd-1564322b2445392fc274c15e4afd04dc7d3281a3.tar.gz
build-sys: add more compiler parameters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee144a3783..f7ed5ebbcd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -Wextra -O0 -g -pipe
+CFLAGS=-Wall -Wextra -O0 -g -pipe -D_GNU_SOURCE -fdiagnostics-show-option -Wno-unused-parameter
LIBS=-lrt
systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o