Skip to content

Commit

Permalink
Add debuginfo to no-allocation test
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Apr 30, 2024
1 parent 36ea953 commit 519fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/runtime/no-allocation-before-main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! -Cprefer-dynamic=no is required as otherwise #[global_allocator] does nothing.
//! We only test linux-gnu as other targets currently need allocation for thread dtors.
//@ run-pass
//@ compile-flags: -Cprefer-dynamic=no
//@ compile-flags: -Cprefer-dynamic=no -Cdebuginfo=full
//@ only-linux
//@ only-gnu

Expand Down

0 comments on commit 519fe58

Please sign in to comment.