- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I am working on my Fortran program using Intel Visual Fortran 11.1.038.
I diabled the "optimization" for "Release" option in Visual Studio by using
Project-->Properties-->Fortran-->Genetral-->OptimizationDisable (/Od)
Do you know how could I do this in Linux environment?
What should I do for the make file?
Thanks a lot!
Kevin
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kevin,
You need to add '-O0' to your command line.
Regards!
Dmitry
You need to add '-O0' to your command line.
Regards!
Dmitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dmitry
It works!
Thanks a lot!
Kevin
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