Remove LTO disabling for x86_64 in Linux release build and fix CXXFLAGS in mozconfig

This commit is contained in:
mr. m
2024-12-22 23:07:55 +00:00
parent a83bfa7a45
commit e4b7133ec2
3 changed files with 4 additions and 5 deletions

View File

@@ -128,10 +128,6 @@ 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