make/gcc.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 156
bd15eeaa88c0
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.

 #
 # gcc toolchain config
 #

 CFLAGS =
 DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
 RELEASE_CFLAGS = -O3 -DNDEBUG
 LDFLAGS =

mercurial