Skip to content

Commit

Permalink
build-sys: add more compiler parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering committed Nov 18, 2009
1 parent 04fd6fe commit 1564322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1564322

Please sign in to comment.