Minor performance change in 2560 compile options

This commit is contained in:
Josh Stewart 2020-09-18 10:50:23 +10:00
parent 06e5a4fdc3
commit cfe9930416
1 changed files with 1 additions and 1 deletions

View File

@ -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