diff options
-rw-r--r-- | openpcd/firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |