Stream: git-wasmtime

Topic: wasmtime / PR #1545 Turn down debuginfo level on CI


view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 19:24):

alexcrichton opened PR #1545 from less-debuginfo to master:

We don't need full debug information but rather line tables
(debuginfo=1) should suffice for backtraces if truly necessary. Note
that this doesn't actually work on stable Rust just yet due to it being
an unrelease feature of Cargo. With the Rust release next week though
this'll work on all of stable/beta/nightly.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 19:42):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 20:05):

alexcrichton updated PR #1545 from less-debuginfo to master:

We don't need full debug information but rather line tables
(debuginfo=1) should suffice for backtraces if truly necessary. Note
that this doesn't actually work on stable Rust just yet due to it being
an unrelease feature of Cargo. With the Rust release next week though
this'll work on all of stable/beta/nightly.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 21:47):

alexcrichton merged PR #1545.


Last updated: Oct 23 2024 at 20:03 UTC