Skip to content

Commit 2430c2e

Browse files
stroxlerfacebook-github-bot
authored andcommitted
Revert back to debug = 1 for now
Summary: We aren't sure why but the build seems to have broken, we're getting a failure with `rustc` on exactly one of the build jobs (build binaries) with an error ``` rustc-LLVM ERROR: out of memory Allocation failed ``` Let's roll back the change to see whether debug symbols are indeed causing an OOM; sadly this means we still can't debug some issues, but we can't do it with a broken build in any case. Differential Revision: D89101563
1 parent aacf5fe commit 2430c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788
55
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
66

77
[profile.release]
8-
debug = true
8+
debug = 1
99
lto = true
1010
codegen-units = 1
1111
strip = false

0 commit comments

Comments
 (0)