From fd7283a2536dff13fc4023042b72c98e0c36e99a Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Mon, 15 Aug 2011 09:27:35 -0400 Subject: [PATCH] Bug 669031: Wallpaper over the error by disabling PGO for crashinject. r=ted --- build/win32/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/win32/Makefile.in b/build/win32/Makefile.in index 07a837b17f49..581162b256c0 100644 --- a/build/win32/Makefile.in +++ b/build/win32/Makefile.in @@ -42,6 +42,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +NO_PROFILE_GUIDED_OPTIMIZE = 1 + ifdef ENABLE_TESTS ifdef _MSC_VER