make/suncc.mk

Mon, 01 Jan 2024 16:42:37 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 01 Jan 2024 16:42:37 +0100
changeset 789
9b2f5661bebd
parent 788
b34ff44e6433
child 815
b0c4750cecd8
permissions
-rw-r--r--

begin migration of buffer tests - relates to #342

universe@753 1 #
universe@753 2 # suncc toolchain
universe@753 3 #
universe@753 4
universe@753 5 CFLAGS =
universe@753 6 DEBUG_CC_FLAGS = -g
universe@753 7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
universe@753 8 LDFLAGS =
universe@753 9
universe@753 10 SHLIB_CFLAGS = -Kpic
universe@753 11 SHLIB_LDFLAGS = -G
universe@753 12
universe@788 13 COVERAGE_CFLAGS =
universe@788 14 COVERAGE_LDFLAGS =

mercurial