make/gcc.mk

Wed, 24 Dec 2025 08:47:12 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 24 Dec 2025 08:47:12 +0100
changeset 1022
4ab47c0f92ea
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

intval in radio button events should be the button state (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