diff options
-rw-r--r-- | libcxx/www/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index db10b92286f..e5e347d7bf5 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -208,6 +208,15 @@ </ul> </ul> + <!--=====================================================================--> + <h3>Notes</h3> + <!--=====================================================================--> + +<p> +Building libc++ with <code>-fno-rtti</code> is not supported. However linking +against it with <code>-fno-rtti</code> is supported. +</p> + <p>Send discussions to the (<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">clang mailing list</a>).</p> |