Thu, 08 Jan 2026 18:16:15 +0100
toolchain.sh now generates defaults for all flags variables - resolves #767
# # suncc toolchain # # How to use: # - remove empty assignments and variables that you do not need # - optionally: add toolchain specific variables and/or options # - or: remove this file entirely (cc.mk or defaults will apply) # - remove this comment CFLAGS = CXXFLAGS = DEBUG_CFLAGS = -g DEBUG_CXXFLAGS = -g RELEASE_CFLAGS = -O3 -DNDEBUG RELEASE_CXXFLAGS = -O3 -DNDEBUG LDFLAGS = SHLIB_CFLAGS = -Kpic SHLIB_LDFLAGS = -G