Skip to content

Commit 9a8da8c

Browse files
committed
Slightly speed up building of y.rs
1 parent 64bc235 commit 9a8da8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

y.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This block is ignored by rustc
44
set -e
55
echo "[BUILD] y.rs" 1>&2
6-
rustc $0 -o ${0/.rs/.bin} -g
6+
rustc $0 -o ${0/.rs/.bin} -Cdebuginfo=1
77
exec ${0/.rs/.bin} $@
88
*/
99

0 commit comments

Comments
 (0)