2020-07-06 06:36:24 +00:00
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
|
|
rustflags = [
|
2019-11-21 13:11:22 +00:00
|
|
|
"-C", "link-arg=-fuse-ld=gold",
|
|
|
|
]
|
2020-07-06 06:36:24 +00:00
|
|
|
|
2020-08-01 20:08:30 +00:00
|
|
|
[alias]
|
2021-02-12 05:15:10 +00:00
|
|
|
csv-export = "run --manifest-path common/Cargo.toml --features=bin_csv --bin csv_export"
|
|
|
|
csv-import = "run --manifest-path common/Cargo.toml --features=bin_csv --bin csv_import"
|
2021-04-15 18:07:46 +00:00
|
|
|
test-server = "run --bin veloren-server-cli --no-default-features -- -b"
|
|
|
|
tracy-server = "-Zunstable-options run --bin veloren-server-cli --no-default-features --features tracy,simd --profile no_overflow"
|
|
|
|
tracy-world-server = "-Zunstable-options run --bin veloren-server-cli --features tracy,simd --profile no_overflow -- -b"
|
|
|
|
test-voxygen = "run --bin veloren-voxygen --no-default-features --features gl,simd"
|
|
|
|
tracy-voxygen = "-Zunstable-options run --bin veloren-voxygen --no-default-features --features tracy,gl,simd --profile no_overflow"
|
2020-08-07 19:27:15 +00:00
|
|
|
server = "run --bin veloren-server-cli"
|
2020-08-07 01:59:28 +00:00
|
|
|
|