make/cc.mk

Fri, 17 Oct 2025 16:02:56 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 17 Oct 2025 16:02:56 +0200
changeset 855
37f8a9fa8251
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

hide sourcelist row button if the row is not hovered (GTK)

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