make/gcc.mk

Sun, 28 Sep 2025 20:09:08 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 28 Sep 2025 20:09:08 +0200
changeset 777
622efebfab37
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

add UI_STRING_EDITABLE model type (GTK)

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