make/gcc.mk

Tue, 23 Jul 2024 14:29:33 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 23 Jul 2024 14:29:33 +0200
changeset 824
76ca3dac6506
parent 802
16e5b9d32754
permissions
-rw-r--r--

fix request_auth not removing the trailing newline from the user name

#
# gcc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial