make/cc.mk

Thu, 12 Dec 2024 11:23:33 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 12 Dec 2024 11:23:33 +0100
branch
newapi
changeset 412
138b1089ba05
parent 277
5099a34747c4
permissions
-rw-r--r--

fix glib version check that resulted in build failures with older gtk/glib versions

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