mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
5 lines
299 B
Bash
5 lines
299 B
Bash
|
#!/bin/bash
|
||
|
export VELOREN_USERDATA_STRATEGY=executable
|
||
|
time cargo build --release --no-default-features --features default-publish &&
|
||
|
time cargo build --release -p veloren-server-cli
|
||
|
# eveluate --bin instead, last time i checked (2021-07-14) it was 2 minutes slower on release (but faster on debug)
|