Skip to content

Commit

Permalink
rex-config: turn on thin-LTO by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jinghao Jia <[email protected]>
  • Loading branch information
jinghao-jia committed Aug 16, 2024
1 parent 2a62ad3 commit f8e44dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ new-symbol-mangling = true
# (LTO within a single crate) is used (like for any Rust crate). You can also select
# "thin" or "fat" to apply Thin/Fat LTO to the `rustc_driver` dylib, or "off" to disable
# LTO entirely.
#lto = "thin-local"
lto = "thin"

# Build compiler with the optimization enabled and -Zvalidate-mir, currently only for `std`
#validate-mir-opts = 3
Expand Down

0 comments on commit f8e44dd

Please sign in to comment.