make/gcc.mk

Mon, 28 Oct 2024 07:41:47 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Oct 2024 07:41:47 +0100
branch
newapi
changeset 361
16c8b9ea3aa3
parent 277
5099a34747c4
permissions
-rw-r--r--

allow ui_list_update called with unbound lists

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CC_FLAGS = -g
DEBUG_CXX_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
RELEASE_CXX_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial