Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29487 Discussions

Concordance list of compiler options and properties in VS

rase
New Contributor I
1,057 Views

I look for a document with a list which compiler options are set by the project properties in Visual Studio. For example the error messages refer to options but I don't know how to set the properties to change the options (I use trial and error at the moment). Greetings, Wolf

0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,057 Views

The Intel Fortran documentation section on compiler options lists, for each applicable switch, the corresponding IDE setting. For example:

save, Qsave

save, Qsave

Causes variables to be placed in static memory.

IDE Equivalent

Windows: Data > Local Variable Storage

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,058 Views

The Intel Fortran documentation section on compiler options lists, for each applicable switch, the corresponding IDE setting. For example:

save, Qsave

save, Qsave

Causes variables to be placed in static memory.

IDE Equivalent

Windows: Data > Local Variable Storage

0 Kudos
Reply