diff options
author | 2017-07-31 09:37:40 -0700 | |
---|---|---|
committer | 2017-07-31 09:37:40 -0700 | |
commit | 820ed9c0c32b7e8b756d7adf380426a0b6822f9b (patch) | |
tree | 295908c6801afc4dafd3c426f7b273bb4aa00032 /dev-libs/jemalloc/files | |
parent | sys-cluster/ceph: Update default ulimits in 10.2.9 to more match upstream (diff) | |
download | gentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.tar.gz gentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.tar.bz2 gentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.zip |
dev-libs/jemalloc: Version bump to 5.0.1
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/jemalloc/files')
-rw-r--r-- | dev-libs/jemalloc/files/jemalloc-5.0.1-strip-optimization.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/jemalloc/files/jemalloc-5.0.1-strip-optimization.patch b/dev-libs/jemalloc/files/jemalloc-5.0.1-strip-optimization.patch new file mode 100644 index 000000000000..523badf5775b --- /dev/null +++ b/dev-libs/jemalloc/files/jemalloc-5.0.1-strip-optimization.patch @@ -0,0 +1,26 @@ +diff --git a/configure.ac b/configure.ac +index 1551ded8..2f470672 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -976,21 +976,6 @@ if test "x$enable_debug" = "x1" ; then + fi + AC_SUBST([enable_debug]) + +-dnl Only optimize if not debugging. +-if test "x$enable_debug" = "x0" ; then +- if test "x$GCC" = "xyes" ; then +- JE_CFLAGS_ADD([-O3]) +- JE_CXXFLAGS_ADD([-O3]) +- JE_CFLAGS_ADD([-funroll-loops]) +- elif test "x$je_cv_msvc" = "xyes" ; then +- JE_CFLAGS_ADD([-O2]) +- JE_CXXFLAGS_ADD([-O2]) +- else +- JE_CFLAGS_ADD([-O]) +- JE_CXXFLAGS_ADD([-O]) +- fi +-fi +- + dnl Enable statistics calculation by default. + AC_ARG_ENABLE([stats], + [AS_HELP_STRING([--disable-stats], |