more strict cflags
This commit is contained in:
parent
6363bd3f33
commit
803d7f0ad6
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ all: bin/picrin
|
||||||
|
|
||||||
include $(sort $(wildcard contrib/*/nitro.mk))
|
include $(sort $(wildcard contrib/*/nitro.mk))
|
||||||
|
|
||||||
debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic
|
debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic -Wall -Werror
|
||||||
debug: bin/picrin
|
debug: bin/picrin
|
||||||
|
|
||||||
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a
|
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a
|
||||||
|
|
Loading…
Reference in New Issue