make/cc.mk

Tue, 05 Aug 2025 16:48:04 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 05 Aug 2025 16:48:04 +0200
changeset 251
2e2d4c3bf1cd
parent 104
2ca88ec29953
permissions
-rw-r--r--

fix that the origin was not applied in asc_rectangle_set_bounds()

#
# cc toolchain config
#

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

mercurial