File tree Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Expand file tree Collapse file tree 1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change 265
265
</option >
266
266
<option >
267
267
<name >IExtraOptions</name >
268
- {% for flag in c_flags %}
268
+ {% for flag in c_flags - %}
269
269
<state >{{flag}}</state >
270
- {% endfor %}
270
+ {% endfor - %}
271
271
</option >
272
272
<option >
273
273
<name >CCLangConformance</name >
315
315
</option >
316
316
<option >
317
317
<name >CCIncludePath2</name >
318
- {% for file in include_paths %}
318
+ {% for file in include_paths - %}
319
319
<state >{{file}}</state >
320
- {% endfor %}
320
+ {% endfor - %}
321
321
</option >
322
322
<option >
323
323
<name >CCStdIncCheck</name >
583
583
</option >
584
584
<option >
585
585
<name >AExtraOptionsV2</name >
586
- {% for flag in asm_flags %}
587
- <state >{{flag}}</state >
588
- {% endfor %}
586
+ {% for flag in asm_flags - %}
587
+ <state >{{flag|escape }}</state >
588
+ {% endfor - %}
589
589
</option >
590
590
<option >
591
591
<name >AsmNoLiteralPool</name >
765
765
</option >
766
766
<option >
767
767
<name >IlinkExtraOptions</name >
768
- {% for flag in ld_flags %}
768
+ {% for flag in ld_flags - %}
769
769
<state >{{flag}}</state >
770
- {% endfor %}
770
+ {% endfor - %}
771
771
</option >
772
772
<option >
773
773
<name >IlinkLowLevelInterfaceSlave</name >
963
963
<data ></data >
964
964
</settings >
965
965
</configuration >
966
- {% for group in groups %}
966
+ {% for group in groups - %}
967
967
<group >
968
968
<name >{{group.name}}</name >
969
- {% for file in group.files %}
970
- <file >
971
- <name >{{file}}</name >
972
- </file >
973
- {% endfor %}
969
+ {% for file in group.files -%}
970
+ <file > <name >{{file}}</name > </file >
971
+ {% endfor -%}
974
972
</group >
975
- {% endfor %}
973
+ {% endfor - %}
976
974
</project >
You can’t perform that action at this time.
0 commit comments