make/clang.mk

Wed, 27 Nov 2024 18:54:00 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 27 Nov 2024 18:54:00 +0100
branch
newapi
changeset 396
4cb216085479
parent 277
5099a34747c4
permissions
-rw-r--r--

fix ui_show reference counting, when the window is already visible (GTK)

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