Always compile with -pedantic
This commit is contained in:
parent
2eda6290d8
commit
8a859d2930
|
@ -1,7 +1,7 @@
|
|||
targets=libAsm,asm-static,deasm-static
|
||||
cppflags_force=-I ../include -DSTANDALONE
|
||||
cflags_force=-W `pkg-config --cflags cpp`
|
||||
cflags=-Wall -g -O2
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs cpp`
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user