Skip to content

Commit

Permalink
Revert "mold linker"
Browse files Browse the repository at this point in the history
This reverts commit 85fb4f2.
  • Loading branch information
mizar committed Feb 9, 2025
1 parent 85fb4f2 commit 324a674
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xtask/templates/install-command.bash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential ca-certificates curl mold
sudo apt-get install -y --no-install-recommends build-essential ca-certificates curl

rust_version={{ rust_version }}
rust_channel={{ rust_channel }}
Expand All @@ -25,9 +25,6 @@ cat > ./.cargo/config.toml << EOF
rustflags = [
"--cfg", "atcoder",
]

[target.'cfg(target_os = "linux")']
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
EOF

cat > ./Cargo.toml << EOF
Expand Down

0 comments on commit 324a674

Please sign in to comment.