mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833191 - Disable PGO on mathml; a=me
This commit is contained in:
parent
817706a4aa
commit
5c5e83cc69
3
content/mathml/defs.mk
Normal file
3
content/mathml/defs.mk
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(OS_TARGET),WINNT)
|
||||
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
|
||||
endif
|
3
layout/mathml/defs.mk
Normal file
3
layout/mathml/defs.mk
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(OS_TARGET),WINNT)
|
||||
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
|
||||
endif
|
Loading…
Reference in New Issue
Block a user