make/gcc.mk

Mon, 29 Sep 2025 23:28:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 29 Sep 2025 23:28:46 +0200
changeset 1404
ae80e36c05c7
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fix cxKvListSetKey() and cxKvListRemoveKey() accidentally not declared for C++

relates to #461

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS = -fpermissive
DEBUG_CFLAGS = -g -Wall -Wextra -pedantic
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

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

mercurial