Skip to content

Commit

Permalink
Update cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 4, 2024
1 parent 0040d77 commit 50cddf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rustflags = [
"-Zpre-link-args=-target aarch64-linux-musl",
"-Ctarget-feature=+lse,+crt-static",
"-Ctarget-cpu=neoverse-n1",
"-Cpanic=abort",
]
linker = "./zigcc"
ar = "zig ar"
Expand All @@ -12,6 +13,7 @@ ar = "zig ar"
rustflags = [
"-Zpre-link-args=-target x86_64-linux-musl",
"-Ctarget-feature=+crt-static",
"-Cpanic=abort",
]
linker = "./zigcc"
ar = "zig ar"
Expand Down

0 comments on commit 50cddf7

Please sign in to comment.