From: Lennart Poettering Date: Wed, 18 Nov 2009 23:48:23 +0000 (+0100) Subject: build-sys: add more compiler parameters X-Git-Tag: 0.git+20100605+dfd8ee-1~460 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1564322b2445392fc274c15e4afd04dc7d3281a3;p=systemd build-sys: add more compiler parameters --- diff --git a/Makefile b/Makefile index ee144a37..f7ed5ebb 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