From 011e4039d4e6cee0ce09804fa55cbc9180900aa0 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 25 Feb 2008 12:25:25 -0800 Subject: [PATCH] bug 418866 - skip PGO in jemalloc. r=bsmedberg --- memory/jemalloc/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memory/jemalloc/Makefile.in b/memory/jemalloc/Makefile.in index 73681ec9af3..45052bada93 100644 --- a/memory/jemalloc/Makefile.in +++ b/memory/jemalloc/Makefile.in @@ -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