make/cc.mk

Wed, 13 Aug 2025 23:49:39 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 13 Aug 2025 23:49:39 +0200
changeset 263
cc5cd4c98e46
parent 104
2ca88ec29953
permissions
-rw-r--r--

fix that backdrop texture scale was not inverting the ui scale

#
# cc toolchain config
#

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

mercurial