Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-oe] [PATCH 1/1] fio: remove disabling of compiler optimizations
@ 2020-02-18 20:31 Jonathan Richardson
  2020-02-18 20:52 ` Andre McCurdy
  2020-02-18 21:02 ` ✗ patchtest: failure for [meta-oe] " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Richardson @ 2020-02-18 20:31 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
---
 meta-oe/recipes-benchmark/fio/fio_3.18.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.18.bb b/meta-oe/recipes-benchmark/fio/fio_3.18.bb
index b6484290f..2c461b8c5 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.18.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.18.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}
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-18 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 20:31 [meta-oe] [PATCH 1/1] fio: remove disabling of compiler optimizations Jonathan Richardson
2020-02-18 20:52 ` Andre McCurdy
2020-02-18 21:00   ` Jonathan Richardson
2020-02-18 21:02 ` ✗ patchtest: failure for [meta-oe] " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox