about summary refs log tree commit diff
path: root/tests/codegen/thread-local.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/thread-local.rs')
-rw-r--r--tests/codegen/thread-local.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/thread-local.rs b/tests/codegen/thread-local.rs
index 3cd81652f5a..9ce34473b91 100644
--- a/tests/codegen/thread-local.rs
+++ b/tests/codegen/thread-local.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -O
+//@ compile-flags: -Copt-level=3
 //@ aux-build:thread_local_aux.rs
 //@ ignore-windows FIXME(#134939)
 //@ ignore-wasm globals are used instead of thread locals