mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833190 - Disable PGO on svg; a=me
This commit is contained in:
parent
fd30b5e536
commit
741a6001ba
3
content/smil/defs.mk
Normal file
3
content/smil/defs.mk
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(OS_TARGET),WINNT)
|
||||
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
|
||||
endif
|
3
content/svg/defs.mk
Normal file
3
content/svg/defs.mk
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(OS_TARGET),WINNT)
|
||||
NO_PROFILE_GUIDED_OPTIMIZE := 1 # Don't PGO
|
||||
endif
|
3
layout/svg/defs.mk
Normal file
3
layout/svg/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