make/cc.mk

Tue, 13 May 2025 20:27:43 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 13 May 2025 20:27:43 +0200
changeset 120
54e56cdddab2
parent 104
2ca88ec29953
permissions
-rw-r--r--

replace backdrop with an incomplete idea of what it should be some day

#
# cc toolchain config
#

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

mercurial