make/cc.mk

Wed, 13 Aug 2025 23:55:55 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 13 Aug 2025 23:55:55 +0200
changeset 264
653869cd653f
parent 104
2ca88ec29953
permissions
-rw-r--r--

fix that the window would take a little more than the full height not giving space for potential docks on the desktop

#
# cc toolchain config
#

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

mercurial