make/gcc.mk

Sun, 07 Dec 2025 13:24:18 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 07 Dec 2025 13:24:18 +0100
changeset 1553
7c46531efd52
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix the note about AnyStr and add it to the files where it was missing

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

COVERAGE_CFLAGS = --coverage -DNDEBUG
COVERAGE_LDFLAGS =  --coverage

mercurial