We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 5c1c578 commit b4efb4bCopy full SHA for b4efb4b
README.md
@@ -111,7 +111,7 @@ The following command will setup the mbed environment and clone the needed repos
111
112
```
113
mbed config root . && mbed deploy
114
-mbed compile -m PORTENTA_H7_M7 -t GCC_ARM --profile=release --profile mbed-os/tools/profiles/extensions/lto.json
+mbed compile -m PORTENTA_H7_M7 -t GCC_ARM --profile=release --profile custom.json
115
116
Additional flags are needed for [Lite](generate_rel.sh#L24), [Lite Connected](generate_rel.sh#L35) and [Nicla Vision](generate_rel.sh#L46) boards.
117
0 commit comments