make/gcc.mk

Mon, 10 Feb 2025 19:24:26 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 10 Feb 2025 19:24:26 +0100
changeset 1178
9998cfb4a65b
parent 1065
6eb7b54975ee
permissions
-rw-r--r--

change name of cxBasicMempoolCreate() to cxMempoolCreateSimple() - fixes #590

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