From 72ed6f70898be492d7034347df52a7d56e2d7e75 Mon Sep 17 00:00:00 2001 From: tomch Date: Sun, 21 Jun 2009 13:30:40 +0000 Subject: [PATCH] Enable PDB generation for release (adds ~100KB to exe size) --- Applewin.vcproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Applewin.vcproj b/Applewin.vcproj index 9e3f3587..867ed67b 100644 --- a/Applewin.vcproj +++ b/Applewin.vcproj @@ -78,6 +78,7 @@ OutputFile=".\Release/Applewin.exe" LinkIncremental="1" SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile=".\Release/Applewin.pdb" SubSystem="2" TargetMachine="1"