Skip to content

Commit

Permalink
Fix[build]: Disable LTO
Browse files Browse the repository at this point in the history
It increased the binary size...
  • Loading branch information
artdeell authored Sep 27, 2023
1 parent 7b1e7c3 commit d1328db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1328db

Please sign in to comment.