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
Родитель a0e68f4fa5
Коммит fa821d2340
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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