Disabled link time code generation for debug builds. Enabled .pdb generation for release builds.
This commit is contained in:
parent
9c5e907b5c
commit
e3e2ee35aa
|
@ -74,7 +74,7 @@
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="0"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
AssemblerListingLocation="$(IntDir)\"
|
AssemblerListingLocation="$(IntDir)\"
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
DebugInformationFormat="0"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -155,6 +155,7 @@
|
||||||
AdditionalDependencies="shlwapi.lib"
|
AdditionalDependencies="shlwapi.lib"
|
||||||
OutputFile="$(OutDir)\cppcheck.exe"
|
OutputFile="$(OutDir)\cppcheck.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="1"
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
AssemblerListingLocation="$(IntDir)\"
|
AssemblerListingLocation="$(IntDir)\"
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
DebugInformationFormat="0"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="0"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -125,7 +125,6 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalOptions="123456"
|
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
EnableIntrinsicFunctions="true"
|
EnableIntrinsicFunctions="true"
|
||||||
WholeProgramOptimization="true"
|
WholeProgramOptimization="true"
|
||||||
|
@ -136,7 +135,7 @@
|
||||||
AssemblerListingLocation="$(IntDir)\"
|
AssemblerListingLocation="$(IntDir)\"
|
||||||
ProgramDataBaseFileName="$(IntDir)\"
|
ProgramDataBaseFileName="$(IntDir)\"
|
||||||
WarningLevel="4"
|
WarningLevel="4"
|
||||||
DebugInformationFormat="0"
|
DebugInformationFormat="3"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -154,6 +153,7 @@
|
||||||
AdditionalDependencies="shlwapi.lib"
|
AdditionalDependencies="shlwapi.lib"
|
||||||
OutputFile="$(OutDir)\test.exe"
|
OutputFile="$(OutDir)\test.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=""
|
ProgramDatabaseFile=""
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
LinkTimeCodeGeneration="1"
|
LinkTimeCodeGeneration="1"
|
||||||
|
|
Loading…
Reference in New Issue