make/cc.mk

Sun, 13 Jul 2025 14:22:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Jul 2025 14:22:40 +0200
changeset 203
1883bdc4fb20
parent 104
2ca88ec29953
permissions
-rw-r--r--

add function to apply a matrix to a vector

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial