make/gcc.mk

Sun, 01 Jun 2025 14:53:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 01 Jun 2025 14:53:59 +0200
changeset 135
062703d3f5cc
parent 105
2b7f92ff2c15
permissions
-rw-r--r--

remove the need for a second pair of texture coordinates

 #
 # gcc toolchain config
 #

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

mercurial