From d1328db543513e69c001562c051cd1856f29170c Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:19:42 +0300 Subject: [PATCH] Fix[build]: Disable LTO It increased the binary size... --- .github/workflows/android.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index af7e942..97fce9c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -43,8 +43,7 @@ jobs: -Dosmesa=true \ -Dvulkan-drivers= \ -Dgallium-drivers=swrast,zink \ - -Dshared-glapi=false \ - -Db_lto=true + -Dshared-glapi=false ninja -C "build-android" install - name: Upload libraries uses: actions/upload-artifact@v2