make/cc.mk

Sat, 15 Feb 2025 23:26:08 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 15 Feb 2025 23:26:08 +0100
changeset 88
15fe9c1d7f1a
parent 74
831928419249
permissions
-rw-r--r--

bring back the c2html_bformat() function

fixes #592

#
# cc toolchain config
#

CFLAGS =
LDFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG

mercurial