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
tags/22.09
falkTX
2 years ago
parent
b7ff3dc46f
commit
d40b2f0eb3
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
2
CACHE_VERSION: 3
3
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