Update LTO configuration and enable Clang plugin for Linux builds

This commit is contained in:
mr. M
2024-12-22 14:36:02 +01:00
parent e1cc55ff79
commit 31ce093a4a
3 changed files with 7 additions and 4 deletions

View File

@@ -128,6 +128,10 @@ jobs:
continue-on-error: true
run: |
export SURFER_PLATFORM="linux"
if test "${{ matrix.arch }}" = "x86_64-v3"; then
# TODO: Fix this!
export ZEN_DISABLE_LTO=1
fi
sh .github/workflows/src/release-build.sh
- name: Build again if it failed