make/cc.mk

Mon, 24 Aug 2026 15:48:19 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 24 Aug 2026 15:48:19 +0200
changeset 191
6da16865a270
parent 79
ffd452cf05ff
permissions
-rw-r--r--

complete documentation of the network protocol

resolves #938

#
# cc toolchain config
#

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

mercurial