make/cc.mk

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

mercurial