make/cc.mk@80700db530ff
make/cc.mk
Thu, 19 Jun 2025 19:22:07 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 19 Jun 2025 19:22:07 +0200
- changeset 160
- 80700db530ff
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
improve the combination of shader preprocessor flags
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =