Enable PDB generation for release (adds ~100KB to exe size)

This commit is contained in:
tomch 2009-06-21 13:30:40 +00:00
parent fafdedbc53
commit 72ed6f7089

View File

@ -78,6 +78,7 @@
OutputFile=".\Release/Applewin.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Release/Applewin.pdb"
SubSystem="2"
TargetMachine="1"