1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-18 08:27:58 +00:00

anon prototype is (kinda) pretty now

This commit is contained in:
anon
2023-08-20 00:49:10 +02:00
parent c284f3f283
commit 966b90056e
7 changed files with 347 additions and 48 deletions

View File

@ -1,6 +1,6 @@
include chad.mk
DEBUG:=1
CFLAGS:=-std=c99 -O2 -Wvla -Wshadow -Wundef $(if ${DEBUG}, ${CHAD_DEBUG},'')
CFLAGS:=-std=c99 -O2 $(if ${DEBUG}, ${CHAD_DEBUG},'')
CPPFLAGS:=-D_FORTIFY_SOURCE=2
SRC.dir:=source/