make/cc.mk@9f3ff50da302
make/cc.mk
Fri, 30 May 2025 17:55:57 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 30 May 2025 17:55:57 +0200
- changeset 602
- 9f3ff50da302
- parent 277
-
5099a34747c4
- child 607
-
cfcc3fb12d7d
- permissions
- -rw-r--r--
add up/down icon constants
#
# 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