8000 mip: Set opt=3 by default. · micropython/micropython-lib@143c293 · GitHub
[go: up one dir, main page]

Skip to content

Commit 143c293

Browse files
committed
mip: Set opt=3 by default.
mip will be installed by default on many boards. Make it small. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent a363ac6 commit 143c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/mip/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require("urequests")
44

5-
package("mip")
5+
package("mip", opt=3)

0 commit comments

Comments
 (0)
0