make/cc.mk@428fbb8355eb
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
#
# cc toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =