No longer compile with -pedantic
This commit is contained in:
parent
ea65c1da04
commit
59411b176b
|
@ -1,7 +1,7 @@
|
||||||
targets=mixer
|
targets=mixer
|
||||||
#cppflags=-D EMBEDDED
|
#cppflags=-D EMBEDDED
|
||||||
cflags_force=`pkg-config --cflags libDesktop`
|
cflags_force=`pkg-config --cflags libDesktop`
|
||||||
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||||
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,mixer.h,window.h,callbacks.h
|
dist=Makefile,mixer.h,window.h,callbacks.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user