make/cc.mk

branch
newapi
changeset 277
5099a34747c4
equal deleted inserted replaced
276:376921880a7f 277:5099a34747c4
1 #
2 # cc toolchain config
3 #
4
5 CFLAGS =
6 CXXFLAGS =
7 DEBUG_CC_FLAGS = -g
8 DEBUG_CXX_FLAGS = -g
9 RELEASE_CC_FLAGS = -O3 -DNDEBUG
10 RELEASE_CXX_FLAGS = -O3 -DNDEBUG
11 LDFLAGS =
12
13 SHLIB_CFLAGS = -fPIC
14 SHLIB_LDFLAGS = -shared

mercurial