make/cc.mk@5ef724e21702
make/cc.mk
Fri, 21 Aug 2026 17:04:43 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 21 Aug 2026 17:04:43 +0200
- changeset 179
- 5ef724e21702
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
implement draw due to insufficient material
resolves #951
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =