make/gcc.mk

Sat, 02 Aug 2025 21:43:39 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 02 Aug 2025 21:43:39 +0200
changeset 244
ceab8a9f0366
parent 198
916d2d125ecf
permissions
-rw-r--r--

add a frame to the main scene + implement the necessary asc_rectangle_set_bounds() function

#
# gcc toolchain config
#

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

mercurial