From db590b81bb606ab4d083b40b3d3c0e17d622bad0 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 25 Jul 2024 20:38:25 +0300 Subject: [PATCH] attempt 2 at fixing rules --- .github/build-canary-v3 | 2 +- debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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