make/cc.mk@2929e86c4817
make/cc.mk
Fri, 14 Aug 2026 13:52:27 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 14 Aug 2026 13:52:27 +0200
- changeset 174
- 2929e86c4817
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
add info text in game review for threefold repetition
relates to #843
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =