Skip to content

Commit b4efb4b

Browse files
committedSep 6, 2022
Update mbed compile command using custom.json profile
1 parent 5c1c578 commit b4efb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following command will setup the mbed environment and clone the needed repos
111111

112112
```
113113
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
114+
mbed compile -m PORTENTA_H7_M7 -t GCC_ARM --profile=release --profile custom.json
115115
```
116116
Additional flags are needed for [Lite](generate_rel.sh#L24), [Lite Connected](generate_rel.sh#L35) and [Nicla Vision](generate_rel.sh#L46) boards.
117117

0 commit comments

Comments
 (0)
Please sign in to comment.