Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
193bc370
Commit
193bc370
authored
Dec 07, 2019
by
Jim Mussared
Committed by
Damien George
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpy-cross/README.md: Add notes about -march and -O.
parent
381be9a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
mpy-cross/README.md
mpy-cross/README.md
+6
-0
No files found.
mpy-cross/README.md
View file @
193bc370
...
...
@@ -22,4 +22,10 @@ the unix port of MicroPython requires the following:
$ ./mpy-cross -mcache-lookup-bc foo.py
If the Python code contains
`@native`
or
`@viper`
annotations, then you must
specify
`-march`
to match the target architecture.
Run
`./mpy-cross -h`
to get a full list of options.
The optimisation level is 0 by default. Optimisation levels are detailed in
https://docs.micropython.org/en/latest/library/micropython.html#micropython.opt_level
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment