make/gcc.mk

Sun, 16 Feb 2025 12:15:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 16 Feb 2025 12:15:27 +0100
changeset 1213
19462011b6d5
parent 1065
6eb7b54975ee
permissions
-rw-r--r--

fix build dir not created when invoking docs target directly

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

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

mercurial