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

What is the difference between the following two compiling comands

turkeydodo
Beginner
589 Views
(1) /nologo /module:"Release\\\\" /object:"Release\\\\" /libs:static /threads /c
(2) /nologo /module:"Release/" /object:"Release/" /libs:static /threads /c

I got these two for two projects. Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
589 Views
As surprising as it may seem, there is no practical difference between these.
0 Kudos
Reply