make/gcc.mk

Sun, 13 Jul 2025 13:35:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Jul 2025 13:35:51 +0200
changeset 201
030fa72d516a
parent 198
916d2d125ecf
permissions
-rw-r--r--

add functions for sin() and cos() with increased precision when the return value is supposed to be zero

#
# gcc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial