Skip to content

Commit 2cb7817

Browse files
committed
Enable LTO in CI builds
Signed-off-by: falkTX <falktx@falktx.com>
1 parent d934b2d commit 2cb7817

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: distrho/dpf-makefile-action@v1
1717
with:
1818
target: ${{ matrix.target }}
19+
lto: true
1920

2021
macos:
2122
strategy:
@@ -29,6 +30,7 @@ jobs:
2930
- uses: distrho/dpf-makefile-action@v1
3031
with:
3132
target: ${{ matrix.target }}
33+
lto: true
3234

3335
windows:
3436
strategy:
@@ -42,6 +44,7 @@ jobs:
4244
- uses: distrho/dpf-makefile-action@v1
4345
with:
4446
target: ${{ matrix.target }}
47+
lto: true
4548

4649
pluginval:
4750
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)