make/cc.mk

Fri, 30 May 2025 19:32:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 30 May 2025 19:32:13 +0200
changeset 129
84e89b36c792
parent 104
2ca88ec29953
permissions
-rw-r--r--

add functions to scale vectors

#
# cc toolchain config
#

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

mercurial