Options summary: C++ compiler

Most of the C compiler options are available for compiling C++ programs. The following table presents additional compiler options specific to compiling C++ programs and the C options that are not available for compiling C++ programs on the Linux platform:

Compiler options for C++ programs
C++-specific options C-only options
-+
-qcinc
-qcpp_stdinc
-qeh, -qnoeh
-qgcc_cpp_stdinc
-qhaltonmsg
-qpriority
-qrtti, -qnortti
-qstaticinline, -qnostaticinline
-qtempinc, -qnotempinc
-qtemplaterecompile, -qnotemplaterecompile
-qtemplateregistry, -qnotemplateregistry
-qtempmax
-qtmplparse
-qvftable, -qnovftable

-qc_stdinc
-qcpluscmt, -nocpluscmt
-qdbxextra, -qnodbxextra
-qgcc_c_stdinc
-qgenproto, -qnogenproto
-qproto, -qnoproto
-qsyntaxonly
-qupconv, -qnoupconv

Related References

IBM Copyright 2003