Option Type | Default Value | #pragma options | C | C++ |
-flag | norwvftable | - | x |
Syntax
-qrwvftable | -qnorwvftable
Purpose
Specifies whether virtual function tables are to be put
into read/write or read-only storage.
Notes:
The default (-qnorwvftable) places virtual
function tables into read-only storage.
Example
To compile the file myprogram.C so that virtual function
tables are placed into read/write storage, enter:
xlC myprogram.C -qrwvftable