Skip to content

Commit

Permalink
Enable LTO in preparation for release
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 27, 2022
1 parent afdd6e0 commit ca67db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:

env:
CACHE_VERSION: 35
CACHE_VERSION: 36
CARDINAL_UNDER_WINE: 1
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
LIBGL_ALWAYS_SOFTWARE: 'true'
WITH_LTO: 'false'
WITH_LTO: 'true'

jobs:
linux-arm64:
Expand Down

0 comments on commit ca67db4

Please sign in to comment.