make/cc.mk@f650994ec543
make/cc.mk
Tue, 17 Jun 2025 20:11:53 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Tue, 17 Jun 2025 20:11:53 +0200
- changeset 158
- f650994ec543
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
implement rounded corners
for the time being this should be enough to close issue #384
later we add anti-aliasing, glow effects, etc.
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =