[oe-commits] [meta-openembedded] 03/10: fio: remove disabling of compiler optimizations

git at git.openembedded.org git at git.openembedded.org
Thu Feb 20 16:22:41 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c58d9d500f90246d2d879e720fdfa5bbbc731c7f
Author: onathan Richardson <jonathan.richardson at broadcom.com>
AuthorDate: Tue Feb 18 13:07:51 2020 -0800

    fio: remove disabling of compiler optimizations
    
    Disabling compiler optimizations affects fio performance by 25-30% so
    remove this from EXTRA_OECONF. Disabling of optimizations should be
    machine specific if there are bugs in the code instead of the default.
    
    Optimizations were removed in this commit:
    https://git.openembedded.org/meta-openembedded/commit/?id=739349da0826221f98648b64b693f9ae33e7d4ea
    
    Signed-off-by: Jonathan Richardson <jonathan.richardson at broadcom.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-benchmark/fio/fio_3.17.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
index 482928c..b15d7ba 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.17.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
@@ -33,7 +33,6 @@ S = "${WORKDIR}/git"
 DISABLE_STATIC = ""
 
 EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
-EXTRA_OECONF = "--disable-optimizations"
 
 do_configure() {
     ./configure ${EXTRA_OECONF}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list