Always compile with -pedantic

This commit is contained in:
Pierre Pronchery 2015-07-03 19:09:42 +02:00
parent 2eda6290d8
commit 8a859d2930

View File

@ -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