make/cc.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 104
2ca88ec29953
permissions
-rw-r--r--

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

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial