make/gcc.mk

Fri, 25 Oct 2024 15:37:02 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 25 Oct 2024 15:37:02 +0200
branch
newapi
changeset 350
70305d427f25
parent 277
5099a34747c4
permissions
-rw-r--r--

fix ui_scrolledwindow (GTK)

#
# gcc toolchain config
#

CFLAGS =
CXXFLAGS =
DEBUG_CC_FLAGS = -g
DEBUG_CXX_FLAGS = -g
RELEASE_CC_FLAGS = -O3 -DNDEBUG
RELEASE_CXX_FLAGS = -O3 -DNDEBUG
LDFLAGS =

SHLIB_CFLAGS = -fPIC
SHLIB_LDFLAGS = -shared

mercurial