make/gcc.mk

Thu, 28 May 2026 18:07:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 May 2026 18:07:00 +0200
changeset 1146
35e098a663a7
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

add warning when ui_init/ui_main are not called from the main thread (Cocoa)

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