make/gcc.mk

Fri, 24 May 2024 00:18:18 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 24 May 2024 00:18:18 +0200
changeset 820
d0cccee15a7c
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix incorrect memory management when loading file parts from the sync db

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial