Bug 657569 - Build nptest.dll without optimization on windows. r=ted

This commit is contained in:
Mike Hommey 2011-07-11 07:51:26 +02:00
parent a7a8485bcb
commit ba8c0f0809

View File

@ -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