summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-03-17 18:35:31 +0100
committerFlorian Jung <flo@windfisch.org>2014-03-17 18:35:31 +0100
commitf9c0836b9626e293745633423b96b4ad95dca28b (patch)
treeff2750b6a73c24b6b0f37dc7b4b7eff7b99c582c /Makefile
parent156d616f919be4a9391b7303abc9e3377f9e2365 (diff)
send and receive works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8d729a..2bbd104 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ ASRC =
# 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 = s
+OPT = 2
# Debugging format.