Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ rustflags = ["-Ccontrol-flow-guard", "-Ctarget-feature=+crt-static", "-Clink-arg
# The following is only needed for release builds
[source.crates-io]
replace-with = "POWERSHELL"

#[target.aarch64-unknown-linux-gnu]
#linker = "aarch64-linux-gnu-gcc"

#[target.aarch64-unknown-linux-musl]
#linker = "aarch64-linux-musl-gcc"
2 changes: 0 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ if ($null -ne (Get-Command msrustup -CommandType Application -ErrorAction Ignore
}
} elseif ($null -ne (Get-Command rustup -CommandType Application -ErrorAction Ignore)) {
$rustup = 'rustup'
} else {
$rustup = 'echo'
}

if ($null -ne $packageType) {
Expand Down
Loading