make/cc.mk

Thu, 11 Jul 2024 20:13:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 11 Jul 2024 20:13:59 +0200
changeset 82
ce67b1b2e979
parent 74
831928419249
permissions
-rw-r--r--

hotfix: do not try to append file when none is specified

fixes #395

#
# cc toolchain config
#

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

mercurial