test/make/cc.mk

Fri, 22 Sep 2023 22:28:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 22 Sep 2023 22:28:44 +0200
changeset 73
5d84da6be928
parent 66
dc758dcd4645
permissions
-rw-r--r--

update test example with recent output of uwproj

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