added testing and robustness tests
This commit is contained in:
parent
8e5675a53f
commit
449d50ed49
2 changed files with 2282 additions and 824 deletions
4
makefile
4
makefile
|
|
@ -11,7 +11,9 @@ cc = gcc
|
|||
cppflags += -D _GNU_SOURCE
|
||||
#cppflags += -D ZDEBUG=1
|
||||
|
||||
cflags = -Werror -Wall -Wextra -Wstrict-prototypes -Wfatal-errors
|
||||
cflags = -Werror -Wall -Wextra -Wconversion -Wstrict-prototypes -Wfatal-errors
|
||||
|
||||
cflags += -Wno-override-init
|
||||
|
||||
# cflags += -O3
|
||||
cflags += -g
|
||||
|
|
|
|||
Loading…
Reference in a new issue