aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2015/debug-x64.props
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/vs2015/debug-x64.props')
-rw-r--r--ports/winnt/vs2015/debug-x64.props10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/winnt/vs2015/debug-x64.props b/ports/winnt/vs2015/debug-x64.props
index b242fdce7b46..750b7294c111 100644
--- a/ports/winnt/vs2015/debug-x64.props
+++ b/ports/winnt/vs2015/debug-x64.props
@@ -6,6 +6,7 @@
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
<_PropertySheetDisplayName>debug-x64</_PropertySheetDisplayName>
+ <LinkIncremental>true</LinkIncremental> <!-- Edit & Continue -->
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
@@ -14,10 +15,19 @@
<AdditionalIncludeDirectories>$(OPENSSL64_INC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;OPENSSL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
+ <!-- vvv Edit & Continue vvv -->
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <MinimalRebuild>true</MinimalRebuild>
+ <MultiProcessorCompilation>false</MultiProcessorCompilation>
+ <!-- ^^^ Edit & Continue ^^^ -->
</ClCompile>
<Link>
<TargetMachine>MachineX64</TargetMachine>
<AdditionalLibraryDirectories>$(OPENSSL64_LIB)</AdditionalLibraryDirectories>
+ <!-- vvv Edit & Continue vvv -->
+ <EnableCOMDATFolding>false</EnableCOMDATFolding>
+ <OptimizeReferences>false</OptimizeReferences>
+ <!-- ^^^ Edit & Continue ^^^ -->
</Link>
</ItemDefinitionGroup>
</Project> \ No newline at end of file