make/gcc.mk

Wed, 23 Oct 2024 19:33:36 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 23 Oct 2024 19:33:36 +0200
changeset 947
2a47b4a5c216
parent 788
b34ff44e6433
permissions
-rw-r--r--

fix cx_mempool_free crash if ptr is null

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