diff --git a/.github/build-canary-v3 b/.github/build-canary-v3 index 1e8b314..7f8f011 100644 --- a/.github/build-canary-v3 +++ b/.github/build-canary-v3 @@ -1 +1 @@ -6 +7 diff --git a/debian/rules b/debian/rules index abc3b3b..53072b2 100755 --- a/debian/rules +++ b/debian/rules @@ -61,9 +61,9 @@ endif # LTO Arch Check ifneq (,$(filter armhf hppa i386 i686 m68k powerpc sparc64,$(DEB_HOST_ARCH))) -LTO=disabled +LTO=false else -LTO=enabled +LTO=true endif # COMPRESS Arch Check @@ -134,7 +134,7 @@ override_dh_auto_configure: $(NULL) install -d debian/ld.so.conf.d echo "/usr/lib/$(DEB_HOST_MULTIARCH)/pipewire-0.3/jack/" > "debian/ld.so.conf.d/pipewire-jack-$(DEB_HOST_MULTIARCH).conf" - echo -e "\nCommenting out Disabled feature not to be installed...$(cmnt_libcam) $(cmnt_libroc) $(cmnt_vulkan)\n" + echo -e "\nCommenting out Disabled feature not to be installed... $(cmnt_libroc) $(cmnt_vulkan)\n" test_timeout_multiplier = 1