make/suncc.mk

Sun, 18 Feb 2024 13:38:42 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 18 Feb 2024 13:38:42 +0100
changeset 833
5c926801f052
parent 815
b0c4750cecd8
permissions
-rw-r--r--

vastly simplify tree iterators and add test for creating them

relates to #371

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

mercurial