Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Inheritance of Solution Properties from Debug to Release

acar
Beginner
499 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
499 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
500 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
499 Views
Okay. Thanks for the info' Steve.
0 Kudos
Reply