make/cc.mk@a2a68fd9f6cc
make/cc.mk
Fri, 17 Apr 2026 12:24:03 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 17 Apr 2026 12:24:03 +0200
- changeset 103
- a2a68fd9f6cc
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
fix missing support for 0+X time control
fixes #823
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =