- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which the best parameters of compilation for ifort when I want to catch all the possible errors and warnins?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd suggest:
-std -C -warn -gen_interfaces
This gets you standards checking, all run-time checks, all compile time warnings (with warnings turned to errors) and checking of routine interfaces across program units.
Message Edited by Steve_Lionel on 02-07-2006 08:58 AM

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