manifest: Enable highest optimization by default
This commit is contained in:
parent
e88165b429
commit
6dfc95764f
1 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,10 @@
|
||||||
freeze_as_mpy('$(MPY_DIR)/../wasp', (
|
freeze('$(MPY_DIR)/../wasp',
|
||||||
|
(
|
||||||
'main.py',
|
'main.py',
|
||||||
'demo.py',
|
'demo.py',
|
||||||
'drivers/st7789.py',
|
'drivers/st7789.py',
|
||||||
'logo.py',
|
'logo.py',
|
||||||
'pinetime.py'
|
'pinetime.py'
|
||||||
))
|
),
|
||||||
|
opt=3
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue