make/cc.mk@95ad77a4b8e3
make/cc.mk
Tue, 08 Jul 2025 19:32:31 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Tue, 08 Jul 2025 19:32:31 +0200
- changeset 191
- 95ad77a4b8e3
- parent 104
-
2ca88ec29953
- permissions
- -rw-r--r--
optimize asc_memcmp() by enabling the compiler to use SIMD instructions
#
# cc toolchain config
#
CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =