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

What is /EDITANDCONTINUE

rahzan
New Contributor I
749 Views
I am getting this link warning:

LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification

There is no mention of /EDITANDCONTINUE in the docs.
Any ideas?

Thanks,
Tim
0 Kudos
2 Replies
Steven_L_Intel1
Employee
749 Views
It's a Visual C++ feature not available to CVF. Just ignore it. It provides for the ability to make changes to the running executable while in the debugger. It requires MS-proprietary compiler technology that we're not licensed to use.

Steve
0 Kudos
rahzan
New Contributor I
749 Views
One possible cure:

Under : Projects-Settings-C++ tab

under the "Debug Info" chg the drop down to "Line No Only"

Tim
0 Kudos
Reply