make/cc.mk@c3fce2a543ee
make/cc.mk
Fri, 30 May 2025 19:37:23 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Fri, 30 May 2025 19:37:23 +0200
- changeset 130
- c3fce2a543ee
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
add 2D affine transformations
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =