make/cc.mk

Sat, 06 Jun 2026 18:08:51 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 06 Jun 2026 18:08:51 +0200
changeset 1175
1943f7411e50
parent 607
cfcc3fb12d7d
permissions
-rw-r--r--

fix incorrect type when passing a dialog window to the windowmanager (Cocoa)

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