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

Inheritance of Solution Properties from Debug to Release

acar
Beginner
472 Views
I have been developing an application in the debug configuration but now want to switch to release. Such information as additional include libraries, additional libraries are blank when I switch to release. I wonder if there is an option somewhere to allow the release configuration to be initialised with the values from the debug configuration. Thanks, ACAR.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
472 Views
Sorry, there isn't. You can update multiple configurations at the same time, though this is not obvious in the Visual Studio interface. Note that some of the options from a Debug configuration are not appropriate for Release.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
473 Views
Sorry, there isn't. You can update multiple configurations at the same time, though this is not obvious in the Visual Studio interface. Note that some of the options from a Debug configuration are not appropriate for Release.
0 Kudos
acar
Beginner
472 Views
Okay. Thanks for the info' Steve.
0 Kudos
Reply