Compile with the -pedantic flag set
This commit is contained in:
parent
1e046db958
commit
73174d63c3
@ -6,7 +6,7 @@ CC = cc
|
||||
CPPFLAGSF= -I ../../include
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libSystem`
|
||||
CFLAGS = -Wall -g -O2 -fPIC
|
||||
CFLAGS = -Wall -g -O2 -fPIC -pedantic
|
||||
AR = ar -rc
|
||||
RANLIB = ranlib
|
||||
LD = $(CC) -shared
|
||||
|
@ -1,7 +1,7 @@
|
||||
targets=dex,elf,flat,java,pe
|
||||
cppflags_force=-I ../../include
|
||||
cflags_force=-W `pkg-config --cflags libSystem`
|
||||
cflags=-Wall -g -O2 -fPIC
|
||||
cflags=-Wall -g -O2 -fPIC -pedantic
|
||||
dist=Makefile
|
||||
|
||||
[dex]
|
||||
|
Loading…
Reference in New Issue
Block a user