make/gcc.mk

Mon, 28 Oct 2024 10:36:59 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Oct 2024 10:36:59 +0100
changeset 840
9904eee3ca9a
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix crash when removing pwdentries without locations

#
# gcc toolchain config
#

CFLAGS = -std=gnu11
DEBUG_CC_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial