Make lto opt-out work again
This commit is contained in:
parent
5b6dfac2cc
commit
387db8643f
@ -454,6 +454,10 @@ CONFIGURE_OPTS=(
|
||||
-Doomd=true
|
||||
)
|
||||
|
||||
%if %{without lto}
|
||||
%global _lto_cflags %nil
|
||||
%endif
|
||||
|
||||
%meson "${CONFIGURE_OPTS[@]}"
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user