make/cc.mk@2360c1696a34
make/cc.mk
Fri, 18 Apr 2025 11:48:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 18 Apr 2025 11:48:11 +0200
- changeset 573
- 2360c1696a34
- parent 277
-
5099a34747c4
- child 607
-
cfcc3fb12d7d
- permissions
- -rw-r--r--
update uwproj
#
# 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