make/cc.mk@835776e0338f
make/cc.mk
Fri, 24 Jul 2026 12:53:58 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 24 Jul 2026 12:53:58 +0200
- changeset 155
- 835776e0338f
- parent 79
-
ffd452cf05ff
- permissions
- -rw-r--r--
fix: disambiguation by row while capturing was not implemented
fixes #934
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =