mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build-sys: add more compiler parameters
This commit is contained in:
parent
04fd6fe45b
commit
1564322b24
2
Makefile
2
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
|
LIBS=-lrt
|
||||||
|
|
||||||
systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
|
systemd: main.o name.o util.o set.o hashmap.o strv.o job.o manager.o
|
||||||
|
Loading…
Reference in New Issue
Block a user