- Use quotes to prevent a line break.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm15?expand=0&rev=17
This commit is contained in:
Aaron Puchert 2023-01-14 17:06:31 +00:00 committed by Git OBS Bridge
parent fd7506d9e1
commit 04d8fe57b7

View File

@ -985,7 +985,7 @@ fi
# However, do this only when we're using LTO, since otherwise indirect
# branches have to be relaxed by the linker, which might cause regressions.
%if %{with thin_lto}
flags=$flags -fno-plt
flags="$flags -fno-plt"
%endif
CFLAGS=$flags