make/cc.mk

changeset 74
831928419249
parent 72
b533da8e7411
equal deleted inserted replaced
73:072fa3e165f0 74:831928419249
1 # 1 #
2 # cc toolchain config 2 # cc toolchain config
3 # 3 #
4 4
5 CFLAGS = 5 CFLAGS =
6 LDFLAGS =
6 DEBUG_CC_FLAGS = -g 7 DEBUG_CC_FLAGS = -g
7 RELEASE_CC_FLAGS = -O3 -DNDEBUG 8 RELEASE_CC_FLAGS = -O3 -DNDEBUG
8 LDFLAGS =

mercurial