<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SyntaxAttrCompileFlag</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>Recent changes to SyntaxAttrCompileFlag</description><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 09 Jul 2026 20:47:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/feed" rel="self" type="application/rss+xml"/><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,6 +1,6 @@
 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax)

-### Syntax: Compiler Flags (attribute)
+### compiler_flags (attribute)

     compiler_flags '-flag' ['-flag' ...];

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Thu, 09 Jul 2026 20:47:30 -0000</pubDate><guid>https://sourceforge.net308462789c829a6b2d48fb120f1c23ca3b5cff8a</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -6,7 +6,7 @@

 Note that if you use `'-I some/path'`, each individual argument must be quoted: `'-I' 'some/path'`.  Or use `'-Isome/path'`.

-The __compiler\_flags__ attribute is used with a [check](SyntaxCheck) statement.
+The __compiler\_flags__ attribute is used with a [check](SyntaxCheck) statement or with an [alternate](SyntaxAttrAlternate) attribute.

 The flags specified will be added to the check.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 05 Jul 2026 13:32:14 -0000</pubDate><guid>https://sourceforge.net41136833a95ccbe8dcbbd3f33995998ebd080a9a</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -10,5 +10,7 @@

 The flags specified will be added to the check.

+Repeatable: __yes__
+
 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sat, 04 Jul 2026 15:13:55 -0000</pubDate><guid>https://sourceforge.net5554ffd56ad94542d93aac91c4a906d49983ed90</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Fri, 03 Jul 2026 14:08:51 -0000</pubDate><guid>https://sourceforge.net9b0a8e6678a3571c1be2d68f7c327c43df21c664</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,7 +4,7 @@

     compiler_flags '-flag' ['-flag' ...];

-Note that if you use "-I some/path", each individual argument must be quoted: '-I' 'some/path'.  Or use '-Isome/path'.
+Note that if you use `'-I some/path'`, each individual argument must be quoted: `'-I' 'some/path'`.  Or use `'-Isome/path'`.

 The __compiler\_flags__ attribute is used with a [check](SyntaxCheck) statement.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Fri, 03 Jul 2026 14:06:54 -0000</pubDate><guid>https://sourceforge.net6395d94940d02c1acd53a70f557e0be7bca912c3</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 28 Jun 2026 15:21:44 -0000</pubDate><guid>https://sourceforge.netf48d26e2f99a192cb49ac9e64cf752ceb0d1814e</guid></item><item><title>SyntaxAttrCompileFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxAttrCompileFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="/p/mkconf/wiki/Home/"&gt;Wiki Home&lt;/a&gt; &lt;br/&gt;&lt;a href="/p/mkconf/wiki/Syntax/"&gt;Syntax&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="h-syntax-compiler-flags-attribute"&gt;Syntax: Compiler Flags (attribute)&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;compiler_flags '-flag' ['-flag' ...];
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Note that if you use "-I some/path", each individual argument must be quoted: '-I' 'some/path'.  Or use '-Isome/path'.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;compiler_flags&lt;/strong&gt; attribute is used with a &lt;a href="/p/mkconf/wiki/SyntaxCheck/"&gt;check&lt;/a&gt; statement.&lt;/p&gt;
&lt;p&gt;The flags specified will be added to the check.&lt;/p&gt;
&lt;p&gt;&lt;a href="/p/mkconf/wiki/Home/"&gt;Wiki Home&lt;/a&gt; &lt;br/&gt;&lt;a href="/p/mkconf/wiki/Syntax/"&gt;Syntax&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 28 Jun 2026 15:16:59 -0000</pubDate><guid>https://sourceforge.net5bfe57c29393a00b745fd81af2f1b1166fe33f45</guid></item></channel></rss>