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

     1 #
     2 # suncc toolchain
     3 #
     5 CFLAGS =
     6 DEBUG_CC_FLAGS = -g
     7 RELEASE_CC_FLAGS = -O3 -DNDEBUG
     8 LDFLAGS =
    10 SHLIB_CFLAGS = -Kpic
    11 SHLIB_LDFLAGS = -G

mercurial