Minor performance change in 2560 compile options
This commit is contained in:
parent
06e5a4fdc3
commit
cfe9930416
|
@ -13,7 +13,7 @@ platform=atmelavr
|
|||
board=megaatmega2560
|
||||
framework=arduino
|
||||
build_unflags = -Os
|
||||
build_flags = -O3 -ffast-math -Wall -Wextra -std=c99
|
||||
build_flags = -O3 -ffast-math -funroll-loops -Wall -Wextra -std=c99
|
||||
lib_deps = EEPROM
|
||||
test_build_project_src = true
|
||||
debug_tool = simavr
|
||||
|
|
Loading…
Reference in New Issue