Tells the compiler to issue debug information compatible with the Visual C++ debugger.
IA-32 architecture
Linux and Mac OS X: |
None |
Windows: |
/Quse-vcdebug |
None
OFF |
Debug information is issued that is compatible with Fortran debuggers. |
This option tells the compiler to issue debug information compatible with the Visual C++ debugger. It prevents the compiler from issuing the extended information used by Fortran debuggers.
None