make/cc.mk@f8e6e0ae61a8
make/cc.mk
Sun, 01 Jun 2025 16:35:23 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 01 Jun 2025 16:35:23 +0200
- changeset 137
- f8e6e0ae61a8
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
remove pre-defined dummy textures by introducing conditional compilation for shaders
and by the way resolves #645
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =