6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cargo clean
|
||
|
RUSTC_WRAPPER='' cargo build -Ztimings
|