make/cc.mk

Tue, 11 Feb 2025 21:53:03 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 11 Feb 2025 21:53:03 +0100
changeset 1201
84fc692d2708
parent 815
b0c4750cecd8
permissions
-rw-r--r--

fix list.h was not includable by C++

#
# cc toolchain config
#

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

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial