]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/y.rs
Rollup merge of #104811 - haraldh:feat/wasm32_wasi_shutdown, r=joshtriplett
[rust.git] / compiler / rustc_codegen_cranelift / y.rs
index 18528d542972990c42cf28d447e487e118b6acf9..f177b91c2c4876a4ac7b62dd653a3e4ea0857453 100755 (executable)
@@ -1,9 +1,9 @@
 #!/usr/bin/env bash
-#![allow()] /*This line is ignored by bash
+#![deny(unsafe_code)] /*This line is ignored by bash
 # 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} $@
 */