test/make/cc.mk

Wed, 11 Oct 2023 20:41:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 11 Oct 2023 20:41:26 +0200
changeset 89
9817c08f9637
parent 66
dc758dcd4645
permissions
-rw-r--r--

arg attribute in option element is required

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