mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7efbc74551
tracy feature
14 lines
650 B
Plaintext
14 lines
650 B
Plaintext
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = [
|
|
"-C", "link-arg=-fuse-ld=gold",
|
|
]
|
|
|
|
[alias]
|
|
generate = "run --package tools --"
|
|
test-server = "-Zpackage-features run --bin veloren-server-cli --no-default-features"
|
|
tracy-server = "-Zunstable-options -Zpackage-features run --bin veloren-server-cli --no-default-features --features tracy --profile no_overflow"
|
|
test-voxygen = "-Zpackage-features run --bin veloren-voxygen --no-default-features --features gl"
|
|
tracy-voxygen = "-Zunstable-options -Zpackage-features run --bin veloren-voxygen --no-default-features --features tracy,gl --profile no_overflow"
|
|
server = "run --bin veloren-server-cli"
|
|
|