From 1564322b2445392fc274c15e4afd04dc7d3281a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Nov 2009 00:48:23 +0100 Subject: [PATCH] build-sys: add more compiler parameters --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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