mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
bug 418866 - skip PGO in jemalloc. r=bsmedberg
This commit is contained in:
parent
f8a6d2ba99
commit
5cf57d66b6
@ -91,6 +91,9 @@ CSRCS = \
|
||||
jemalloc.c \
|
||||
$(NULL)
|
||||
|
||||
#XXX: PGO on Linux causes problems here
|
||||
# See bug 419470
|
||||
NO_PROFILE_GUIDED_OPTIMIZE = 1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user