diff options
-rw-r--r-- | libcxx/www/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index 0843b7d4b75..e49b067ecb0 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -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 |