Skip to content

Commit

Permalink
set opt 0
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Nov 17, 2023
1 parent d3c1c46 commit 16f4f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ FORMAT = ihex
# 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 = 2
#OPT = 0
#OPT = 2
OPT = 0

# Debugging format.
# Native formats for AVR-GCC's -g are stabs [default], or dwarf-2.
Expand Down

0 comments on commit 16f4f11

Please sign in to comment.