make/cc.mk

2 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 13 Mar 2025 18:40:17 +0100 (2 weeks ago)
changeset 497
bf53d553e3dc
parent 277
5099a34747c4
permissions
-rw-r--r--

add UiEvent set for indicating, if the event was triggered by ui_set

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