make/clang.mk

Sat, 04 Oct 2025 14:54:25 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 04 Oct 2025 14:54:25 +0200
changeset 111
81c4f73236a4
parent 44
473954dc6b74
permissions
-rw-r--r--

fix missing textarea fill property in the resoureviewer window

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