]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/doc/xml/manual/configure.xml
Commit the vtable verification feature. This feature is designed to
[thirdparty/gcc.git] / libstdc++-v3 / doc / xml / manual / configure.xml
index 05f6ebabefac46335cf00395fa881178a757eed9..cf0989720faca0744e5463b81cc91045059fc158 100644 (file)
    </para>
  </listitem></varlistentry>
 
+ <varlistentry><term><code>--enable-vtable-verify</code>[default]</term>
+ <listitem>
+    <para>Use <code>-fvtable-verify=std</code> to compile the C++
+    runtime with instrumentation for vtable verification. All virtual
+    functions in the standard library will be verified at runtime.
+    Types impacted include <classname>locale</classname> and
+    <classname>iostream</classname>, and others.  Disabling means that
+    the C++ runtime is compiled without support for vtable
+    verification. By default, this option is off.
+     </para>
+ </listitem></varlistentry>
+
 </variablelist>
 
 </section>