diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-16 19:21:24 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-16 19:21:24 +0100 |
| commit | 9a8da8c64a12bc564a938f3d2e0bd92f6f3f4b00 (patch) | |
| tree | 8a4e5fdd1f0a3f3b6d2bb5e7a1ad07ecba2f997c | |
| parent | 64bc2352ee5c7570f09e852023179a79fac35493 (diff) | |
| download | rust-9a8da8c64a12bc564a938f3d2e0bd92f6f3f4b00.tar.gz rust-9a8da8c64a12bc564a938f3d2e0bd92f6f3f4b00.zip | |
Slightly speed up building of y.rs
| -rwxr-xr-x | y.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/y.rs b/y.rs index e412288b938..f177b91c2c4 100755 --- a/y.rs +++ b/y.rs @@ -3,7 +3,7 @@ # This block is ignored by rustc set -e echo "[BUILD] y.rs" 1>&2 -rustc $0 -o ${0/.rs/.bin} -g +rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1 exec ${0/.rs/.bin} $@ */ |
