make/cc.mk

Fri, 01 Aug 2025 18:18:57 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 01 Aug 2025 18:18:57 +0200
changeset 237
2ea35c5f4760
parent 104
2ca88ec29953
permissions
-rw-r--r--

add functions to change the window position

#
# cc toolchain config
#

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

mercurial