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

     1 #
     2 # cc toolchain config
     3 #
     5 CFLAGS =
     6 DEBUG_CC_FLAGS = -g
     7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
     8 LDFLAGS =

mercurial