mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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:
parent
e66990ec08
commit
af61e85806
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user