Skip to content

Commit 060827e

Browse files
committed
panic
1 parent b9b08c8 commit 060827e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ build:benchmark-profile --config=benchmark --@rules_rust//rust/settings:extra_ru
120120

121121
# Specifies that panics should automatically be treated as a panic.
122122
build:abort-panic --@rules_rust//rust/settings:extra_rustc_flag=-C
123-
build:abort-panic --@rules_rust//rust/settings:extra_rustc_flag=panic=abort
123+
build:abort-panic --@rules_rust//rust/settings:extra_rustc_flag=panic=immediate-abort
124124

125125
# This attempts to match what cargo-fuzz does, but it's likely a moving target with many options.
126126
# Occasionally check back to see if anything has changed over there.

0 commit comments

Comments
 (0)