diff --git a/.github/build-canary-v3 b/.github/build-canary-v3 index 7ed6ff8..1e8b314 100644 --- a/.github/build-canary-v3 +++ b/.github/build-canary-v3 @@ -1 +1 @@ -5 +6 diff --git a/debian/rules b/debian/rules index 202d25f..abc3b3b 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=enabled -else LTO=disabled +else +LTO=enabled endif # COMPRESS Arch Check @@ -77,7 +77,7 @@ endif ifneq (,$(filter i386,$(DEB_HOST_ARCH))) LC3=disabled else -LC3=enables +LC3=enabled endif # Just always have vulkan