Mercurial
>
hg
>
cline
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: make/cc.mk
make/cc.mk
changeset 91
d34797fcf600
parent 90
9b541d22d649
child 92
51270d470cda
equal
deleted
inserted
replaced
90:9b541d22d649
91:d34797fcf600
1
#
2
# cc toolchain config
3
#
4
5
CFLAGS =
6
LDFLAGS =
7
DEBUG_CFLAGS = -g
8
RELEASE_CFLAGS = -O3 -DNDEBUG