make/gcc.mk

Wed, 03 Apr 2024 21:22:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 03 Apr 2024 21:22:23 +0200
changeset 848
6456036bbb37
parent 788
b34ff44e6433
child 988
15b3ca7ee33f
permissions
-rw-r--r--

implement tree continue - fixes #376

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