Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 417f4b2

Browse files
committed
Add -C debuginfo=2 to 104736.sh
1 parent 9df4bc8 commit 417f4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ices/104736.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rustc -C opt-level=3 - << EOF
3+
rustc -C opt-level=3 -C debuginfo=2 - << EOF
44
#![crate_type = "lib"]
55
66
pub struct A;

0 commit comments

Comments
 (0)