make/cc.mk

Sun, 27 Jul 2025 23:44:14 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 27 Jul 2025 23:44:14 +0200
changeset 229
5c05b5164a16
parent 104
2ca88ec29953
permissions
-rw-r--r--

first idea of what the main scene could look like

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial