forked from pool/llvm15
- 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:
parent
fd7506d9e1
commit
04d8fe57b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user