From 685ceb245c7e9aa055b2ce6bd9a0abe0ab9e1053 Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Thu, 20 Aug 2009 04:02:39 +0000 Subject: [PATCH] Disabled precompiled headers for release builds. This fixes the random crash introduced 2 revisions ago (caused by some crappy IPU code we need to eventually get rid of) Since the IPU code randomly works/breaks with different changes to pcsx2, eventually we'll be able to re-enable PCH. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1656 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj index aa560711a1..d81c52aefe 100644 --- a/pcsx2/windows/VCprojects/pcsx2_2008.vcproj +++ b/pcsx2/windows/VCprojects/pcsx2_2008.vcproj @@ -215,7 +215,7 @@ PreprocessorDefinitions="NDEBUG" ExceptionHandling="2" EnableEnhancedInstructionSet="0" - UsePrecompiledHeader="2" + UsePrecompiledHeader="0" PrecompiledHeaderThrough="PrecompiledHeader.h" PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" CompileAs="2"