make/gcc.mk

Sun, 02 Nov 2025 18:04:35 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 02 Nov 2025 18:04:35 +0100
changeset 1466
a58c65d31342
parent 1311
7072b20aa51f
permissions
-rw-r--r--

difference shall not check already present items in the destination - fixes #753

#
# 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