Date: Fri, 12 Oct 2012 05:42:27 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1070 - trunk/Mk Message-ID: <201210120542.q9C5gR4E077140@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 12 05:42:27 2012 New Revision: 1070 Log: use bundled jemalloc since 7.2 Modified: trunk/Mk/bsd.gecko.mk Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Wed Oct 10 16:18:43 2012 (r1069) +++ trunk/Mk/bsd.gecko.mk Fri Oct 12 05:42:27 2012 (r1070) @@ -555,12 +555,9 @@ .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc MOZ_EXPORT+= MOZ_JEMALLOC=1 -.elif ${OSVERSION} > 800004 +.elif ${OSVERSION} > 701106 MOZ_OPTIONS+= --enable-jemalloc MOZ_EXPORT+= MOZ_JEMALLOC=1 -.elif ${OSVERSION} > 700101 -# has _pthread_mutex_init_calloc_cb but firefox crashes when jemalloc -# configured without --enable-debug .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120542.q9C5gR4E077140>