- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.)
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.)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page