setup.sh 133 B

1234567
  1. #!/bin/bash
  2. fw_depends postgresql rust
  3. cargo clean
  4. RUSTFLAGS="-C target-cpu=native" cargo build --release
  5. ./target/release/hello &