git://git.iain.cx/iain
/
nssm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
caeb3c4
)
Try to build PDB files even for releases.
master
author
Iain Patterson
<me@iain.cx>
Tue, 16 May 2017 07:34:43 +0000
(08:34 +0100)
committer
Iain Patterson
<me@iain.cx>
Tue, 16 May 2017 07:41:47 +0000
(08:41 +0100)
nssm.vcproj
patch
|
blob
|
history
diff --git
a/nssm.vcproj
b/nssm.vcproj
index
3cd1132
..
accae60
100755
(executable)
--- a/
nssm.vcproj
+++ b/
nssm.vcproj
@@
-63,7
+63,7
@@
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
- DebugInformationFormat="
4
"
\r
+ DebugInformationFormat="
3
"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
@@
-253,6
+253,7
@@
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
+ DebugInformationFormat="3"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
@@
-270,8
+271,11
@@
AdditionalDependencies="psapi.lib shlwapi.lib"
\r
LinkIncremental="1"
\r
SuppressStartupBanner="true"
\r
AdditionalDependencies="psapi.lib shlwapi.lib"
\r
LinkIncremental="1"
\r
SuppressStartupBanner="true"
\r
+ GenerateDebugInformation="true"
\r
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
\r
SubSystem="1"
\r
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
\r
SubSystem="1"
\r
+ OptimizeReferences="2"
\r
+ EnableCOMDATFolding="2"
\r
RandomizedBaseAddress="1"
\r
DataExecutionPrevention="0"
\r
TargetMachine="1"
\r
RandomizedBaseAddress="1"
\r
DataExecutionPrevention="0"
\r
TargetMachine="1"
\r
@@
-347,6
+351,7
@@
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
ProgramDataBaseFileName="$(IntDir)/"
\r
WarningLevel="3"
\r
SuppressStartupBanner="true"
\r
+ DebugInformationFormat="3"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
/>
\r
<Tool
\r
Name="VCManagedResourceCompilerTool"
\r
@@
-364,8
+369,11
@@
AdditionalDependencies="psapi.lib shlwapi.lib"
\r
LinkIncremental="1"
\r
SuppressStartupBanner="true"
\r
AdditionalDependencies="psapi.lib shlwapi.lib"
\r
LinkIncremental="1"
\r
SuppressStartupBanner="true"
\r
+ GenerateDebugInformation="true"
\r
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
\r
SubSystem="1"
\r
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
\r
SubSystem="1"
\r
+ OptimizeReferences="2"
\r
+ EnableCOMDATFolding="2"
\r
RandomizedBaseAddress="1"
\r
DataExecutionPrevention="0"
\r
TargetMachine="17"
\r
RandomizedBaseAddress="1"
\r
DataExecutionPrevention="0"
\r
TargetMachine="17"
\r