build-sys: add more compiler parameters

This commit is contained in:
Lennart Poettering 2009-11-19 00:48:23 +01:00
parent 04fd6fe45b
commit 1564322b24
1 changed files with 1 additions and 1 deletions

View File

@ -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