mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 10:11:01 +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:
parent
e66990ec08
commit
af61e85806
@ -35,6 +35,7 @@ EXTRA_OECONF = "--enable-gettext=no \
|
|||||||
INSTALL_GROUP=root \
|
INSTALL_GROUP=root \
|
||||||
ac_cv_header_aio_h=yes \
|
ac_cv_header_aio_h=yes \
|
||||||
ac_cv_lib_rt_lio_listio=yes \
|
ac_cv_lib_rt_lio_listio=yes \
|
||||||
|
OPTIMIZER='${SELECTED_OPTIMIZATION}' \
|
||||||
"
|
"
|
||||||
|
|
||||||
DISABLE_STATIC = ""
|
DISABLE_STATIC = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user