make/gcc.mk

Sun, 01 Jun 2025 14:28:30 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 01 Jun 2025 14:28:30 +0200
changeset 133
823626940dc9
parent 105
2b7f92ff2c15
permissions
-rw-r--r--

add possibility to modify the node's transformation matrix

 #
 # gcc toolchain config
 #

 CFLAGS =
 DEBUG_CFLAGS = -g -Wall -Wextra -Werror
 RELEASE_CFLAGS = -O3 -DNDEBUG
 LDFLAGS =

mercurial