mirror of
https://github.com/gopher64/gopher64.git
synced 2025-04-02 10:32:01 -04:00
8 lines
226 B
TOML
8 lines
226 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-C", "target-cpu=x86-64-v3"]
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-cpu=x86-64-v3"]
|
|
|
|
[target.x86_64-apple-darwin]
|
|
rustflags = ["-C", "target-cpu=x86-64-v2"]
|