make/cc.mk

Wed, 10 Apr 2024 19:35:14 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Apr 2024 19:35:14 +0200
changeset 56
428fbb8355eb
parent 1
e3113d4e2fc0
permissions
-rw-r--r--

add convenience function to add nodes to the UI of the active window

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

mercurial