Skip to content

Commit 7257269

Browse files
committed
Disable all optimizations in debug mode
1 parent 60dbe3f commit 7257269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DEFAULT_DBG_FEATURES = [
1919
"//feature:asan",
2020
"//feature:ubsan",
2121
"//feature:lsan",
22-
"//feature:debug_optimization",
22+
"//feature:no_optimization", # in a future version, this could be debug_optimization
2323
]
2424

2525
DEFAULT_OPT_FEATURES = [

0 commit comments

Comments
 (0)