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"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
LinkTimeCodeGeneration="1"
|
||||
LinkTimeCodeGeneration="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -137,7 +137,7 @@
|
|||
AssemblerListingLocation="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
@ -155,6 +155,7 @@
|
|||
AdditionalDependencies="shlwapi.lib"
|
||||
OutputFile="$(OutDir)\cppcheck.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
LinkTimeCodeGeneration="1"
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
AssemblerListingLocation="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
LinkTimeCodeGeneration="1"
|
||||
LinkTimeCodeGeneration="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -125,7 +125,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="123456"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
WholeProgramOptimization="true"
|
||||
|
@ -136,7 +135,7 @@
|
|||
AssemblerListingLocation="$(IntDir)\"
|
||||
ProgramDataBaseFileName="$(IntDir)\"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
@ -154,6 +153,7 @@
|
|||
AdditionalDependencies="shlwapi.lib"
|
||||
OutputFile="$(OutDir)\test.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="1"
|
||||
LinkTimeCodeGeneration="1"
|
||||
|
|
Loading…
Reference in New Issue