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]
|
2020-08-07 01:59:28 +00:00
|
|
|
generate = "run --package tools --"
|
2020-08-09 06:05:15 +00:00
|
|
|
test-server = "-Zpackage-features run --bin veloren-server-cli --no-default-features"
|
2020-08-29 07:00:26 +00:00
|
|
|
tracy-server = "-Zunstable-options -Zpackage-features run --bin veloren-server-cli --no-default-features --features tracy --profile no_overflow"
|
2020-08-13 08:12:14 +00:00
|
|
|
test-voxygen = "-Zpackage-features run --bin veloren-voxygen --no-default-features --features gl"
|
2020-09-06 19:51:04 +00:00
|
|
|
tracy-voxygen = "-Zunstable-options -Zpackage-features run --bin veloren-voxygen --no-default-features --features tracy,gl --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
|
|
|
|