2023-01-24 19:00:46 +00:00
|
|
|
[profile.release]
|
|
|
|
opt-level = "s"
|
|
|
|
|
2023-01-24 19:14:18 +00:00
|
|
|
[target.x86_64-pc-windows-gnu]
|
2023-01-24 19:29:06 +00:00
|
|
|
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=8", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000", "-C", "link-arg=-s"]
|
2023-01-24 19:00:46 +00:00
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
2023-01-24 19:29:06 +00:00
|
|
|
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=8", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000", "-C", "link-arg=-s"]
|
2023-01-24 19:00:46 +00:00
|
|
|
|
2023-01-24 19:14:18 +00:00
|
|
|
[target.i686-pc-windows-gnu]
|
2023-01-24 19:29:06 +00:00
|
|
|
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=4", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000", "-C", "link-arg=-s"]
|
2023-01-24 19:00:46 +00:00
|
|
|
|
|
|
|
[target.i686-unknown-linux-gnu]
|
2023-01-24 19:29:06 +00:00
|
|
|
rustflags = ["-C", "target-cpu=native", "-C", "codegen-units=4", "-C", "debuginfo=0", "-C", "profile-generate", "-C", "inline-threshold=2000", "-C", "link-arg=-s"]
|