Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Should have been LTO instead of BOD. Closes #109
  • Loading branch information
MCUdude committed Sep 7, 2019
1 parent cedb1b4 commit d4424d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ menu.bootloader=Bootloader
48.menu.LTO.Os.compiler.cpp.extra_flags=
48.menu.LTO.Os.ltoarcmd=avr-ar

48.menu.LTO.Os_flto=BOD enabled
48.menu.LTO.Os_flto=LTO enabled
48.menu.LTO.Os_flto.compiler.c.extra_flags=-Wextra -flto -g
48.menu.LTO.Os_flto.compiler.c.elf.extra_flags=-w -flto -g
48.menu.LTO.Os_flto.compiler.cpp.extra_flags=-Wextra -flto -g
Expand Down

0 comments on commit d4424d7

Please sign in to comment.