make/cc.mk

Thu, 03 Sep 2026 12:13:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Sep 2026 12:13:05 +0200
changeset 214
31d73d150c76
parent 193
d1420f5c5704
permissions
-rw-r--r--

make all should really build all (including the tests)

we removed the tests from the all-target initially
because they will cause warnings with compilers not
supporting C23

but we should not care too much about this

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Wenum-conversion
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial