make/gcc.mk

Thu, 10 Jul 2025 22:13:39 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 10 Jul 2025 22:13:39 +0200
changeset 194
7985c3b64460
parent 156
bd15eeaa88c0
permissions
-rw-r--r--

improve signatures of other text functions and make them linkable symbols

 #
 # gcc toolchain config
 #

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

mercurial