make/cc.mk@19faf91d43d7
make/cc.mk
Wed, 10 Apr 2024 19:24:39 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Wed, 10 Apr 2024 19:24:39 +0200
- changeset 53
- 19faf91d43d7
- parent 1
-
e3113d4e2fc0
- permissions
- -rw-r--r--
fix illegally skipping geometry update of text node
the reason is that the scene will not try again to update the node when it is just unhidden
#
# cc toolchain config
#
CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =