From 9edf898547d4ecf92516db465a1423d3b91921b1 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> Date: Tue, 12 Sep 2006 16:59:47 +0000 Subject: optimize for size, rather than performance git-svn-id: https://svn.openpcd.org:2342/trunk@184 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpcd/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpcd') diff --git a/openpcd/firmware/Makefile b/openpcd/firmware/Makefile index 1a83d4d..3d8c42d 100644 --- a/openpcd/firmware/Makefile +++ b/openpcd/firmware/Makefile @@ -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. -- cgit v1.2.3