Skip to content

Commit

Permalink
Turn off loop vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Dec 27, 2023
1 parent bc89e55 commit d42a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ strip = "symbols"
[profile.release]
lto = "fat"
codegen-units = 1
opt-level = 's' # Optimize for size.
opt-level = 'z' # Optimize for size.

[profile.profiling]
inherits = "release"
Expand Down

0 comments on commit d42a7e5

Please sign in to comment.