make/suncc.mk

Sat, 18 Jan 2025 14:10:51 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 18 Jan 2025 14:10:51 +0100
changeset 1134
60edcd57d54c
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix that some IDEs cannot resolve documentation

the way we used macros was confusing the IDE

fixes #562

#
# suncc toolchain
#

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

SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G

mercurial