Skip to content

Commit 1c8ca6c

Browse files
authored
Merge pull request #388 from ARMmbed/profiles_link
Add a link to the build profiles documentation.
2 parents fc67e6a + 099f951 commit 1c8ca6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ The arguments for *compile* are:
359359

360360
The compiled binary, ELF image, memory usage and link statistics can be found in the `build` subdirectory of your program.
361361

362+
For more information on build profiles see https://github.com/ARMmbed/mbed-os/blob/master/docs/Toolchain_Profiles.md .
363+
362364
### Compiling static libraries
363365

364366
You can build a static library of your code by adding the `--library` argument to `mbed compile`. A typical application for static libraries is when you want to build multiple applications from the same mbed-os codebase without having to recompile for every application. To achieve this:

0 commit comments

Comments
 (0)