From a2279e2da70c816a5af0fbc40221f635bbbc9f59 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Mon, 25 Feb 2008 20:25:25 +0000 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