make/gcc.mk

Tue, 28 Oct 2025 13:23:54 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 28 Oct 2025 13:23:54 +0100
changeset 879
d3acaa5fc3d8
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

implement the textfield get/set functions (win32)

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