mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
xfsprogs: Set OPTIMIZER based on global opt level
default is -O2 -g and it overrides the value passed via OE's global optimization flags. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ EXTRA_OECONF = "--enable-gettext=no \
|
||||
INSTALL_GROUP=root \
|
||||
ac_cv_header_aio_h=yes \
|
||||
ac_cv_lib_rt_lio_listio=yes \
|
||||
OPTIMIZER='${SELECTED_OPTIMIZATION}' \
|
||||
"
|
||||
|
||||
DISABLE_STATIC = ""
|
||||
|
||||
Reference in New Issue
Block a user