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

Executing without building other projects within solution

forall
Beginner
430 Views
Is there any way to disable this feature?
In the past I would hit "Execute" and CVF would compile/build/execute whatever is necessary in the project - precisely what I needed.
The new interface doesnt seem to allow that - it will try to compile all other projects within the solution. At best this is time wasteful, at worst it requires other projects to be buildable.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
430 Views
You can right click on the project and select Debug.
0 Kudos
nijhuis
Beginner
430 Views
The Tools/Options dialog box has the solution for this feature. Select the Environment folder and the item Projects and Solutions.
Set the checkbox for the item: "Only build startup projects and dependencies on Run" . The behaviour for build will be the same as we are used to have in CVF.
Guus
0 Kudos
Reply