Skip to content

Commit

Permalink
Disable LTO for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 7, 2024
1 parent ba2bb39 commit 7a79ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
for target in "${targets[@]}"; do
echo "Building for ${target}"
declare KAI_ENABLE_LTO=ON
declare KAI_ENABLE_LTO=OFF
if [[ "${target}" == *-apple-darwin ]] || [[ "${target}" == *-w64-mingw32 ]]; then
KAI_ENABLE_LTO=OFF
Expand Down

0 comments on commit 7a79ade

Please sign in to comment.