changed build flags for pio

This commit is contained in:
ZennDev1337 2023-09-20 22:09:55 +02:00
parent cb5246dbcc
commit c7bb5c7326

View file

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