Skip to content

Commit 7543347

Browse files
committed
Flip off LTO which breaks in source builds
1 parent a2ec4ea commit 7543347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/release/defs.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def rust_binary(name, visibility = [], **kwargs):
5151
str(Label(":debug_build")): [],
5252
"//conditions:default": [
5353
"-Copt-level=3",
54-
"-Clto",
5554
"-Cstrip=symbols",
5655
],
5756
}),

0 commit comments

Comments
 (0)