We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ea953 commit 519fe58Copy full SHA for 519fe58
tests/ui/runtime/no-allocation-before-main.rs
@@ -5,7 +5,7 @@
5
//! -Cprefer-dynamic=no is required as otherwise #[global_allocator] does nothing.
6
//! We only test linux-gnu as other targets currently need allocation for thread dtors.
7
//@ run-pass
8
-//@ compile-flags: -Cprefer-dynamic=no
+//@ compile-flags: -Cprefer-dynamic=no -Cdebuginfo=full
9
//@ only-linux
10
//@ only-gnu
11
0 commit comments