From 64e791b030945e6b586e09b09ea574d56c0f1363 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sun, 20 May 2007 02:25:21 +0000 Subject: [PATCH] Disabled Whole Program Optimization in project settings. This makes a full recompile take longer, but makes compiling after small changes to a few files much much faster. --- niflib.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niflib.vcproj b/niflib.vcproj index 1abae40c..78528762 100644 --- a/niflib.vcproj +++ b/niflib.vcproj @@ -87,7 +87,7 @@ ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" - WholeProgramOptimization="1" + WholeProgramOptimization="0" > <Tool Name="VCPreBuildEventTool" -- GitLab