Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable LTO in CI builds
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 18, 2022
1 parent d934b2d commit 2cb7817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
lto: true

macos:
strategy:
Expand All @@ -29,6 +30,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
lto: true

windows:
strategy:
Expand All @@ -42,6 +44,7 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
lto: true

pluginval:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 2cb7817

Please sign in to comment.