make/cc.mk

Tue, 28 Jul 2026 13:37:19 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 28 Jul 2026 13:37:19 +0200
changeset 158
52d452d0e7bf
parent 79
ffd452cf05ff
permissions
-rw-r--r--

gamestate_cleanup() is now safe to be called multiple times

fixes #950

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial