make/gcc.mk

Fri, 01 May 2026 20:50:33 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 01 May 2026 20:50:33 +0200
changeset 1118
546a969ad7d5
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

merge

#
# gcc 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