make/suncc.mk@d24de29ad1fe
make/suncc.mk
Fri, 30 May 2025 18:31:32 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 30 May 2025 18:31:32 +0200
- changeset 872
- d24de29ad1fe
- parent 867
-
7247b0a586bd
- permissions
- -rw-r--r--
fix memory management in hashing functions
#
# suncc toolchain
#
CFLAGS += -xc99 -m64
LDFLAGS += -m64 -Wl,-R,'$$ORIGIN/../lib'
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
SHLIB_CFLAGS = -Kpic
SHLIB_LDFLAGS = -G -m64