mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 833190 - Disable PGO on svg; a=me
This commit is contained in:
parent
23a1772772
commit
7ee12cf191
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