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-07-14 19:03:16 +00:00
|
|
|
test-server = "run --bin veloren-server-cli --no-default-features"
|
2021-04-15 18:07:46 +00:00
|
|
|
tracy-server = "-Zunstable-options run --bin veloren-server-cli --no-default-features --features tracy,simd --profile no_overflow"
|
2021-07-14 19:03:16 +00:00
|
|
|
tracy-world-server = "-Zunstable-options run --bin veloren-server-cli --features tracy,simd --profile no_overflow"
|
2021-07-04 09:47:18 +00:00
|
|
|
test-voxygen = "run --bin veloren-voxygen --no-default-features --features simd,egui-ui"
|
|
|
|
tracy-voxygen = "-Zunstable-options run --bin veloren-voxygen --no-default-features --features tracy,simd,egui-ui --profile no_overflow"
|
2020-08-07 19:27:15 +00:00
|
|
|
server = "run --bin veloren-server-cli"
|
2020-12-06 17:43:31 +00:00
|
|
|
dbg-voxygen = "run --bin veloren-voxygen -Zunstable-options --profile debuginfo"
|
|
|
|
|
2020-08-07 01:59:28 +00:00
|
|
|
|
2021-05-16 08:03:09 +00:00
|
|
|
[env]
|
|
|
|
RUSTC_FORCE_INCREMENTAL = "1"
|