make/gcc.mk

Thu, 17 Jul 2025 20:15:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 17 Jul 2025 20:15:56 +0200
changeset 212
90bbacb97cb6
parent 198
916d2d125ecf
permissions
-rw-r--r--

fix wrong allocation sizes when allocating the shader info structs

#
# gcc toolchain config
#

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

mercurial