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
19
Wiki
Activity
Browse Source
Renable LTO in preparation for release
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.12
falkTX
2 years ago
parent
2798523af8
commit
6f0a879c17
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/build.yml
+1
-1
deps/PawPaw
+ 2
- 2
.github/workflows/build.yml
View File
@@ -4,12 +4,12 @@ on:
push:
env:
CACHE_VERSION: 3
5
CACHE_VERSION: 3
7
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:
+ 1
- 1
deps/PawPaw
@@ -1 +1 @@
Subproject commit
1fcfa969e98624dd3d98a30a0925eb1c3991e4d2
Subproject commit
3d91ac76b35e8d810489b556aa879b3487c5bb8b
Write
Preview
Loading…
Cancel
Save