optimize for size, rather than performance

git-svn-id: https://svn.openpcd.org:2342/trunk@184 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
This commit is contained in:
(no author) 2006-09-12 16:59:47 +00:00
parent 222393467b
commit 9edf898547
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ FORMAT = binary
# Optimization level, can be [0, 1, 2, 3, s].
# 0 = turn off optimization. s = optimize for size.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
OPT = 3
OPT = s
#OPT = 0
# Debugging format.