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

Question about /fixed:no linker option

Intel_C_Intel
Employee
335 Views
I specified the /fixed:no linker option for the purpose of using the Vtune 7.1 beta profiler (great tool!), and I would like to know if there are any negative side effects if I leave this option in the release version of the program. This particular program uses quite a bit of memory (~ 2 GB).

Thanks,

Gabriel
0 Kudos
1 Reply
Steven_L_Intel1
Employee
335 Views
I don't see a downside, other than a tiny bit of extra processing at image activation time. According to the documentation, /fixed:no is the default for DLLs.

Steve
0 Kudos
Reply