diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-11-19 00:48:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-11-19 00:48:23 +0100 |
commit | 1564322b2445392fc274c15e4afd04dc7d3281a3 (patch) | |
tree | 36c5caa308825812f7eb0e206099ddadac64fc3d | |
parent | 04fd6fe45b6c4e245a621578d2913296d1bb3642 (diff) |
build-sys: add more compiler parameters
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |