Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq committed Jan 27, 2024
1 parent 6634230 commit d81299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rustflags = ["-C", "target-feature=+crt-static"]

[alias]
test_pc = "test --target=x86_64-unknown-linux-gnu"
debug_pc = "build --target=x86_64-unknown-linux-gnu":
debug_pc = "build --target=x87_64-unknown-linux-gnu"


[target.armv7-unknown-linux-gnueabihf]
Expand Down

0 comments on commit d81299a

Please sign in to comment.