mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
971 B
Plaintext
20 lines
971 B
Plaintext
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = [
|
|
"-C", "link-arg=-fuse-ld=gold",
|
|
]
|
|
|
|
[alias]
|
|
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"
|
|
test-server = "run --bin veloren-server-cli --no-default-features"
|
|
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"
|
|
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"
|
|
server = "run --bin veloren-server-cli"
|
|
dbg-voxygen = "run --bin veloren-voxygen -Zunstable-options --profile debuginfo"
|
|
|
|
|
|
[env]
|
|
RUSTC_FORCE_INCREMENTAL = "1"
|