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
Test LTO for mini builds too
Signed-off-by: falkTX <falktx@falktx.com>
tags/24.09
falkTX
1 year ago
parent
e0da10a922
commit
ae94366191
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/build.yml
+ 1
- 0
.github/workflows/build.yml
View File
@@ -504,6 +504,7 @@ jobs:
- name: Build linux (LTO)
run: |
make features
make WITH_LTO=true -j $(nproc) mini
make WITH_LTO=true -j $(nproc) native
sysdeps:
Write
Preview
Loading…
Cancel
Save