]> git.lizzy.rs Git - rust.git/commit
Don't pass --target in cargo.sh
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 26 Mar 2022 13:21:03 +0000 (14:21 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sat, 26 Mar 2022 17:03:32 +0000 (18:03 +0100)
commit590bfc670a57973683d97eec104265a87363f418
treed18428bdbf47b1d95d2a740925fa723ec67f4f88
parent39683d8eb7a32a74bea96ecbf1e87675d3338506
Don't pass --target in cargo.sh

This was a workaround for compiling proc macros resulting in an abi
incompatibility. By passing --target proc macros will be built by the
llvm backend. This is no longer necessary as the abi incompatibility has
since been fixed.
cargo.sh