make/cc.mk@16e84fac48bd
make/cc.mk
Fri, 29 Nov 2024 22:11:07 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 29 Nov 2024 22:11:07 +0100
- changeset 98
- 16e84fac48bd
- parent 44
-
473954dc6b74
- permissions
- -rw-r--r--
in the repo list, show the stored-user if no user is configured
#
# 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