Skip to content

Commit

Permalink
github: Disable LTO on the MSYS2 code coverage builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jan 16, 2024
1 parent 8461073 commit 53d75cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
# Codecov no longer parses gcov files automatically
run: |
rm -rf build
meson setup build --prefix=$HOME/.local -Db_coverage=true --buildtype=debug
meson setup build --prefix=$HOME/.local -Db_coverage=true -Db_lto=false --buildtype=debug
meson compile -C build
meson test -C build
ninja -C build coverage-xml
Expand Down

0 comments on commit 53d75cc

Please sign in to comment.