changed build flags for pio
This commit is contained in:
parent
cb5246dbcc
commit
c7bb5c7326
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ platform = atmelavr
|
|||
board = arduboy
|
||||
framework = arduino
|
||||
|
||||
build_unflags = -Os
|
||||
|
||||
build_flags =
|
||||
-L lib -l libgame
|
||||
-L lib -l libgame -O2
|
||||
|
||||
lib_deps =
|
||||
mlxxxp/Arduboy2@^6.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue