make/gcc.mk

Sat, 06 Dec 2025 17:51:08 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 06 Dec 2025 17:51:08 +0100
changeset 1548
12315ee158ad
parent 1311
7072b20aa51f
permissions
-rw-r--r--

fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped

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