Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249322 Details for
Bug 339474
dev-libs/jemalloc-2.1.0 (new package) - a general-purpose scalable concurrent malloc(3) implementation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove preset optimizations
optimization.diff (text/plain), 800 bytes, created by
Hanno Zysik (geki)
on 2010-10-02 14:06:18 UTC
(
hide
)
Description:
remove preset optimizations
Filename:
MIME Type:
Creator:
Hanno Zysik (geki)
Created:
2010-10-02 14:06:18 UTC
Size:
800 bytes
patch
obsolete
>--- configure.ac.orig 2010-02-22 12:07:05.000000000 +0100 >+++ configure.ac 2010-02-22 12:08:29.000000000 +0100 >@@ -296,21 +296,6 @@ > fi > AC_SUBST([enable_debug]) > >-dnl Only optimize if not debugging. >-if test "x$enable_debug" = "x0" -a "x$no_CFLAGS" = "xyes" ; then >- dnl Make sure that an optimization flag was not specified in EXTRA_CFLAGS. >- optimize="no" >- echo "$EXTRA_CFLAGS" | grep "\-O" >/dev/null || optimize="yes" >- if test "x${optimize}" = "xyes" ; then >- if test "x$GCC" = "xyes" ; then >- JE_CFLAGS_APPEND([-O3]) >- JE_CFLAGS_APPEND([-funroll-loops]) >- else >- JE_CFLAGS_APPEND([-O]) >- fi >- fi >-fi >- > dnl Do not enable statistics calculation by default. > AC_ARG_ENABLE([stats], > [AS_HELP_STRING([--enable-stats], [Enable statistics calculation/reporting])],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 339474
:
249319
|
249321
| 249322 |
249866