make/gcc.mk

Tue, 12 Aug 2025 21:04:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 12 Aug 2025 21:04:59 +0200
changeset 262
b47de42f4598
parent 198
916d2d125ecf
permissions
-rw-r--r--

update viewports of cameras before executing behaviors, so that the new viewport information is available in the behavior functions

#
# gcc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial