make/cc.mk

Sat, 06 Sep 2025 11:57:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 06 Sep 2025 11:57:17 +0200
changeset 1364
556e4e7608b1
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix that the fallthrough attributes were not abstracted by the cx_attr macros

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial