make/cc.mk

Wed, 10 Apr 2024 19:20:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Apr 2024 19:20:44 +0200
changeset 52
6d100092fcd4
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

use new scale2d function in text update

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

mercurial