Skip to content

Commit 84db4ec

Browse files
committed
Fri May 10 16:09:37 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
1 parent c1a63d9 commit 84db4ec

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Fri May 10 16:09:37 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
2+
3+
* templates/iar.mpd:
4+
5+
Added support for passing compiler flags through the compile_flags
6+
template variable.
7+
18
Mon May 6 16:35:07 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
29

310
* templates/iar.mpt:

templates/iar.mpd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,17 @@
308308
</option>
309309
<option>
310310
<name>IExtraOptionsCheck</name>
311-
<state>0</state>
311+
<state><%if(compile_flags)%>1<%else%>0<%endif%></state>
312312
</option>
313313
<option>
314314
<name>IExtraOptions</name>
315+
<%if(compile_flags)%>
316+
<%foreach(compile_flags)%>
317+
<state><%compile_flag%></state>
318+
<%endfor%>
319+
<%else%>
315320
<state></state>
321+
<%endif%>
316322
</option>
317323
<option>
318324
<name>CCLangConformance</name>

0 commit comments

Comments
 (0)