make/suncc.mk

Fri, 29 Dec 2023 17:17:43 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 29 Dec 2023 17:17:43 +0100
changeset 779
e9611e4d0213
parent 771
1c7202701bd6
child 788
b34ff44e6433
permissions
-rw-r--r--

revert the insanely stupid idea to automatically run the test program on default build

#
# suncc toolchain
#

CFLAGS =
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial