make/cc.mk

Wed, 10 Apr 2024 19:16:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Apr 2024 19:16:26 +0200
changeset 51
a656496594f9
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

fix scale not initialized to 1

#
# cc toolchain config
#

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

mercurial