make/cc.mk

8 months ago

author
Mike Becker <universe@uap-core.de>
date
Wed, 10 Apr 2024 19:24:39 +0200 (8 months ago)
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

0
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
1 #
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
2 # cc toolchain config
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
3 #
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
4
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
5 CFLAGS =
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
6 DEBUG_CC_FLAGS = -g
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
593b60458157 initial commit
Mike Becker <universe@uap-core.de>
parents:
diff changeset
8 LDFLAGS =

mercurial