make/cc.mk

Fri, 22 Aug 2025 10:22:55 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 22 Aug 2025 10:22:55 +0200
changeset 703
4ee6a23bdcbf
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

implement ui_button_set_label (QT)

#
# cc toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CFLAGS = -g
DEBUG_CXXFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
RELEASE_CXXFLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial