make/cc.mk

Fri, 15 Nov 2024 21:23:16 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 15 Nov 2024 21:23:16 +0100
branch
newapi
changeset 384
8be7fd628fbc
parent 277
5099a34747c4
permissions
-rw-r--r--

start UiObject ref with 0 and increases ref with ui_show

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