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