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

Pragma for Zi option with fortran 10

atu
Beginner
309 Views

Hi,

I have a code that is compil with /Zi option. When this option is set the compiler crash

I want to disable this option for only one source with a #pragma directive.

Which pragma directive I have to use for this ?

Thanks

0 Kudos
1 Reply
Steven_L_Intel1
Employee
309 Views
There is no pragma/directive for this. You can set the options for an individual source in a project by right clicking on the file and selecting Properties. Rather than using /Zi, you should be using the Debug property page.

If you are using a current compiler and are seeing the compiler "crash", please report this to Intel Premier Support, or if the source is reasonably small, attach it to a reply here (use the Options tab when posting.)
0 Kudos
Reply