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-01-08 19:12:09 +00:00
|
|
|
test-server = "-Zpackage-features run --bin veloren-server-cli --no-default-features -- -b"
|
2020-11-22 07:31:11 +00:00
|
|
|
tracy-server = "-Zunstable-options -Zpackage-features run --bin veloren-server-cli --no-default-features --features tracy,simd --profile no_overflow"
|
2021-03-13 06:48:30 +00:00
|
|
|
tracy-world-server = "-Zunstable-options -Zpackage-features run --bin veloren-server-cli --features tracy,simd --profile no_overflow -- -bi"
|
2020-11-08 17:37:23 +00:00
|
|
|
test-voxygen = "-Zpackage-features run --bin veloren-voxygen --no-default-features --features gl,simd"
|
2020-11-22 07:31:11 +00:00
|
|
|
tracy-voxygen = "-Zunstable-options -Zpackage-features 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
|
|
|
|