src/main/resources/make/cc.mk

Sun, 30 Nov 2025 10:14:33 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 30 Nov 2025 10:14:33 +0100
changeset 168
4cd9757c1ad9
parent 131
7241d072ace4
permissions
-rw-r--r--

run compiler detection before trying to correct libdir + check TOOLCHAIN_WSIZE before setting 64bit libdir

#
# cc toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CFLAGS = -g
DEBUG_CXXFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
RELEASE_CXXFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial