diff options
Diffstat (limited to 'tests/codegen/force-unwind-tables.rs')
-rw-r--r-- | tests/codegen/force-unwind-tables.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/force-unwind-tables.rs b/tests/codegen/force-unwind-tables.rs index 4c0a5602c..c904978c9 100644 --- a/tests/codegen/force-unwind-tables.rs +++ b/tests/codegen/force-unwind-tables.rs @@ -1,4 +1,4 @@ -// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y +// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y -Copt-level=0 #![crate_type="lib"] |