This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Enable LTO in preparation for release
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.11
falkTX
2 years ago
parent
afdd6e0e91
commit
ca67db4964
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/build.yml
+ 2
- 2
.github/workflows/build.yml
View File
@@ -4,12 +4,12 @@ on:
push:
env:
CACHE_VERSION: 3
5
CACHE_VERSION: 3
6
CARDINAL_UNDER_WINE: 1
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
LIBGL_ALWAYS_SOFTWARE: 'true'
WITH_LTO: '
fals
e'
WITH_LTO: '
tru
e'
jobs:
linux-arm64:
Write
Preview
Loading…
Cancel
Save