mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
Disable LTO for openSUSE package builds. (#19607)
The build is failing there at the moment with LTO enabled, so just skip it.
This commit is contained in:
parent
b63f741d27
commit
3d2cc81931
1 changed files with 3 additions and 1 deletions
|
@ -336,7 +336,9 @@ happened, on your systems and applications.
|
|||
-DUSE_CXX_11=On \
|
||||
%endif
|
||||
%endif
|
||||
-DDISABLE_LTO=On \
|
||||
%if 0%{?suse_version}
|
||||
-DUSE_LTO=Off \
|
||||
%endif
|
||||
%if %{_have_cups}
|
||||
-DENABLE_PLUGIN_CUPS=On \
|
||||
%else
|
||||
|
|
Loading…
Add table
Reference in a new issue