test/make/gcc.mk

Wed, 20 Sep 2023 18:41:58 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 20 Sep 2023 18:41:58 +0200
changeset 68
c997c0978665
parent 66
dc758dcd4645
permissions
-rw-r--r--

fix automatic feature disabling failed when more than one dependency is missing

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CC_FLAGS = -g
DEBUG_CXX_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
RELEASE_CXX_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial