Disable LTO for openSUSE package builds. (#19607)
The build is failing there at the moment with LTO enabled, so just skip it.
Austin S. Hemmelgarn committed
Feb 10, 2025 at 09:27 UTC
3d2cc81931ceba61e2dabbbe162153175c3bc773
1 file changed
+3
-1
netdata.spec.in
+3
-1
@@ -336,7 +336,9 @@ happened, on your systems and applications.
336
-DUSE_CXX_11=On \
337
%endif
338
%endif
339
- -DDISABLE_LTO=On \
339
+ %if 0%{?suse_version}
340
+ -DUSE_LTO=Off \
341
+ %endif
342
%if %{_have_cups}
343
-DENABLE_PLUGIN_CUPS=On \
344
%else