make/cc.mk@04c65336777f
make/cc.mk
Sat, 22 Aug 2026 16:22:05 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 22 Aug 2026 16:22:05 +0200
- changeset 182
- 04c65336777f
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
start fixing the network protocol
relates to #976
documentation issue #938
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =