mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 657569 - Build nptest.dll without optimization on windows. r=ted
This commit is contained in:
parent
a7a8485bcb
commit
ba8c0f0809
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user