bevy/tiny-town/README.md

9 lines
275 B
Markdown
Raw Normal View History

```bash
2019-12-02 18:48:08 +00:00
# run using one of these commands
# lld linker makes compiles faster
# rust backtrace gives you a nice backtrace on panics
env RUSTFLAGS="-C link-arg=-fuse-ld=lld" cargo run --release
2019-12-02 18:48:08 +00:00
env RUSTFLAGS="-C link-arg=-fuse-ld=lld" RUST_BACKTRACE=1 cargo run --release
```