mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11213 from evedon/partial-profile
Moved partial profile to a subdirectorypull/11231/head
commit
a64ab312dd
|
@ -83,7 +83,7 @@ To replace the standard implementation of the printf functions with the ones in
|
|||
Compile with mbed-cli using the custom `minimal-printf` profile. For example, to compile in release mode:
|
||||
|
||||
```
|
||||
$ mbed compile -t <toolchain> -m <target> --profile release --profile minimal-printf
|
||||
$ mbed compile -t <toolchain> -m <target> --profile release --profile mbed-os/tools/profiles/extensions/minimal-printf.json
|
||||
```
|
||||
|
||||
## Size comparison
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
<listOptionValue builtIn="false" value=""${ProjDirPath}/{{file}}""/>
|
||||
{% endfor %}
|
||||
</option>
|
||||
{% if opts['c'].get('compiler.std') %}
|
||||
{% if opts['c']['compiler.std'] %}
|
||||
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{u.id}}" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std" value="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.std.{{opts['c']['compiler.std']}}" valueType="enumerated"/>
|
||||
{% endif %}
|
||||
{% if opts['c']['otheroptimizations'] != '' %}
|
||||
|
@ -263,7 +263,7 @@
|
|||
<listOptionValue builtIn="false" value=""${ProjDirPath}/{{file}}""/>
|
||||
{% endfor %}
|
||||
</option>
|
||||
{% if opts['cpp'].get('compiler.std') %}
|
||||
{% if opts['cpp']['compiler.std'] %}
|
||||
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{u.id}}" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std" value="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.std.{{opts['cpp']['compiler.std']}}" valueType="enumerated"/>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue