make/cc.mk

changeset 104
2ca88ec29953
parent 1
e3113d4e2fc0
equal deleted inserted replaced
103:d9549dd8e9a9 104:2ca88ec29953
1 # 1 #
2 # cc toolchain config 2 # cc toolchain config
3 # 3 #
4 4
5 CFLAGS = 5 CFLAGS =
6 DEBUG_CC_FLAGS = -g 6 DEBUG_CFLAGS = -g
7 RELEASE_CC_FLAGS = -O3 -DNDEBUG 7 RELEASE_CFLAGS = -O3 -DNDEBUG
8 LDFLAGS = 8 LDFLAGS =

mercurial