Compare commits

..

No commits in common. "2ae1f3e967d736c642181b24905b5827fac3f1d6" and "8e5675a53f815b28ce80ab26171c79b7c918e858" have entirely different histories.

2 changed files with 921 additions and 2378 deletions

3295
main.c

File diff suppressed because it is too large Load diff

View file

@ -11,9 +11,7 @@ cc = gcc
cppflags += -D _GNU_SOURCE
#cppflags += -D ZDEBUG=1
cflags = -Werror -Wall -Wextra -Wconversion -Wstrict-prototypes -Wfatal-errors
cflags += -Wno-override-init
cflags = -Werror -Wall -Wextra -Wstrict-prototypes -Wfatal-errors
# cflags += -O3
cflags += -g