Skip to content

Commit

Permalink
Do not build LTO in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 19, 2023
1 parent aea941b commit 4f70977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
libpixman-1-dev zlib1g-dev ninja-build
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --features=binaries,plugins,lto
run: cargo build --verbose --features=binaries,plugins

0 comments on commit 4f70977

Please sign in to comment.