Skip to content

Commit

Permalink
rex-config: update config based on the rust 1.80.1 updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ruowen Qin <[email protected]>
  • Loading branch information
chinrw committed Sep 6, 2024
1 parent 1df2f91 commit c860b65
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions rex-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -551,10 +551,10 @@ codegen-units-std = 1
#split-debuginfo = see target.<triple>.split-debuginfo

# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
#backtrace = true
backtrace = true

# Whether to always use incremental compilation when building rustc
#incremental = false
incremental = false

# Build a multi-threaded rustc. This allows users to use parallel rustc
# via the unstable option `-Z threads=n`.
Expand Down Expand Up @@ -651,7 +651,7 @@ dist-src = false

# Indicates whether LLD will be compiled and made available in the sysroot for
# rustc to execute.
#lld = false
lld = false

# Indicates whether LLD will be used to link Rust crates during bootstrap on
# supported platforms.
Expand Down Expand Up @@ -897,20 +897,17 @@ linker = "gcc"
# on linux
src-tarball = false

# Whether to allow failures when building tools
#missing-tools = false

# List of compression formats to use when generating dist tarballs. The list of
# formats is provided to rust-installer, which must support all of them.
#
# This list must be non-empty.
#compression-formats = ["gz", "xz"]
compression-formats = ["xz"]

# How much time should be spent compressing the tarballs. The better the
# compression profile, the longer compression will take.
#
# Available options: fast, balanced, best
#compression-profile = "fast"
compression-profile = "balanced"

# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
# Only applies when the host or target is pc-windows-gnu.
Expand Down

0 comments on commit c860b65

Please sign in to comment.