make/cc.mk@797b73c2c883
make/cc.mk
Thu, 17 Apr 2025 10:33:05 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 17 Apr 2025 10:33:05 +0200
- changeset 568
- 797b73c2c883
- parent 277
-
5099a34747c4
- child 607
-
cfcc3fb12d7d
- permissions
- -rw-r--r--
radio button indices should start at 1 (Cocoa)
#
# 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