From fa821d23400a2e464d898cbed2d2c34f46b6f9b1 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 11 Jul 2011 07:51:26 +0200 Subject: [PATCH] Bug 657569 - Build nptest.dll without optimization on windows. r=ted --- dom/plugins/test/testplugin/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dom/plugins/test/testplugin/Makefile.in b/dom/plugins/test/testplugin/Makefile.in index a1648c0aec2..4c2c6b77ef6 100644 --- a/dom/plugins/test/testplugin/Makefile.in +++ b/dom/plugins/test/testplugin/Makefile.in @@ -98,6 +98,9 @@ RCFILE = nptest.rc RESFILE = nptest.res DEFFILE = $(win_srcdir)/nptest.def OS_LIBS += $(call EXPAND_LIBNAME,msimg32) + +# Windows opt builds without PGO break nptest.dll +MOZ_OPTIMIZE= endif include $(topsrcdir)/config/rules.mk