make/cc.mk

changeset 93
661dd5f26bfd
parent 74
831928419249
equal deleted inserted replaced
92:fe4dfb4d074d 93:661dd5f26bfd
2 # cc toolchain config 2 # cc toolchain config
3 # 3 #
4 4
5 CFLAGS = 5 CFLAGS =
6 LDFLAGS = 6 LDFLAGS =
7 DEBUG_CC_FLAGS = -g 7 DEBUG_CFLAGS = -g
8 RELEASE_CC_FLAGS = -O3 -DNDEBUG 8 RELEASE_CFLAGS = -O3 -DNDEBUG

mercurial