Backtrace line numbers #308
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, let me say thanks for Neon --- it's a great project and it allowed me to really dive in and make my first Rust project, Finda.
I'm trying to compile my project so that I have a release build that logs line numbers and backtraces on panic.
I can do this fine with a standard Rust binary, but I can't figure it out with Neon.
Here's a minimal reproducible example repository.
I've included the build details below.
Thanks!
On OS X 10.9.5, Rust can compile a release binary that includes line numbers in the backtrace:
Output:
However, the same code compiled with Neon has no line numbers in the backtrace:
Output:
The output is the same, even when using the
--debug
flag:or when adding
to Cargo.toml.
The text was updated successfully, but these errors were encountered: