From c58d9d500f90246d2d879e720fdfa5bbbc731c7f Mon Sep 17 00:00:00 2001 From: onathan Richardson Date: Tue, 18 Feb 2020 13:07:51 -0800 Subject: 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 Signed-off-by: Khem Raj --- 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 482928c317..b15d7ba073 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} -- cgit v1.2.3-54-g00ecf