make/cc.mk

Mon, 17 Aug 2026 12:14:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 17 Aug 2026 12:14:51 +0200
changeset 176
ef8c39362342
parent 79
ffd452cf05ff
permissions
-rw-r--r--

split DECLINE message into DECLINE and DECLINE_MOVE

resolves #937

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial