Skip to content
Snippets Groups Projects
Commit 8298b9c2 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6

llvm-svn: 133616
parent 83be361b
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,12 @@
<ul>
<li><code>cd libcxx/test</code></li>
<li><code>./testit</code></li>
<ul>
<li><p>On Mac OS 10.6 add "-U__STRICT_ANSI__" to the command line with:</p>
<blockquote><pre>
export OPTIONS="-std=c++0x -stdlib=libc++ -U__STRICT_ANSI__"
</pre></blockqutoe></li>
</ul>
</ul>
<p>Send discussions to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment