make/gcc.mk

Fri, 14 Feb 2025 16:00:05 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 14 Feb 2025 16:00:05 +0100
changeset 1208
6e78f45b17c3
parent 1065
6eb7b54975ee
permissions
-rw-r--r--

add link summary text to strings and buffers topic

there should be more text to explain the what and why

relates to #451

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