make/cc.mk

Thu, 21 Mar 2024 20:24:31 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 21 Mar 2024 20:24:31 +0100
changeset 38
6e5629ea4c5c
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

implement that nodes inherit the world transform of their parent

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

mercurial