make/gcc.mk

Tue, 11 Feb 2025 19:37:53 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Feb 2025 19:37:53 +0100
changeset 1184
34d60b1664f2
parent 1065
6eb7b54975ee
permissions
-rw-r--r--

add another case to str_to_number tests

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