make/clang.mk

Sun, 29 Sep 2024 20:25:41 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 29 Sep 2024 20:25:41 +0200
changeset 45
ab71409644b0
parent 44
473954dc6b74
permissions
-rw-r--r--

update toolkit, fix download/upload progressbar

#
# clang 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