Compile with -pedantic
This commit is contained in:
parent
5c16544602
commit
7d3d63d36a
|
@ -1,7 +1,7 @@
|
|||
targets=libDesktop
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -fPIC
|
||||
cflags=-Wall -g -O2 -fPIC -pedantic
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
dist=Makefile
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
targets=widget
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=`pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
ldflags=../src/libDesktop.a
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=widget
|
||||
cppflags_force=-I ../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
|
||||
cflags=-Wall -g -O2
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
|
||||
ldflags=../src/libDesktop.a
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user