Skip to content

Commit

Permalink
ci: ENABLE_LTO=0 on WASI
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Jul 24, 2024
1 parent 7cd27e1 commit 5d40c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
ENABLE_ZLIB := 0
END
make -C build -f ../Makefile CXX=clang -j$(nproc)
make -C build -f ../Makefile CXX=clang ENABLE_LTO=0 -j$(nproc)
nix-build:
name: "Build nix flake"
Expand Down

0 comments on commit 5d40c34

Please sign in to comment.