From: Lennart Poettering Date: Wed, 18 Nov 2009 23:48:23 +0000 (+0100) Subject: build-sys: add more compiler parameters X-Git-Tag: v1~857 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1564322b2445392fc274c15e4afd04dc7d3281a3 build-sys: add more compiler parameters --- diff --git a/Makefile b/Makefile index ee144a378..f7ed5ebbc 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