mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
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@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
28a3bbff54
commit
c58d9d500f
@@ -33,7 +33,6 @@ S = "${WORKDIR}/git"
|
|||||||
DISABLE_STATIC = ""
|
DISABLE_STATIC = ""
|
||||||
|
|
||||||
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
|
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
|
||||||
EXTRA_OECONF = "--disable-optimizations"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${EXTRA_OECONF}
|
./configure ${EXTRA_OECONF}
|
||||||
|
|||||||
Reference in New Issue
Block a user