make/gcc.mk

Wed, 30 Oct 2024 16:59:53 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 30 Oct 2024 16:59:53 +0100
changeset 957
26e47a874f19
parent 788
b34ff44e6433
permissions
-rw-r--r--

fix map.h C++ inline functions not ported to new collection base class

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

COVERAGE_CFLAGS = --coverage
COVERAGE_LDFLAGS =  --coverage

mercurial