mirror of https://github.com/ARMmbed/mbed-os.git
Revert commit 3010aaa253 (diff-1a477b054b847ec75ac3bf22194a3335)
that modified template for partial profile
parent
b82cfcc38b
commit
7954ad3dd9
|
@ -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