Replies: 1 comment 3 replies
-
Hi @RossSmyth ! Everything in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to Nix and am using it to cross-compile a project of mine to Windows. Part of my release process is to generate debuginfo so that I can look at release builds once deployed. I tried setting
CARGO_BUILD_RUSTFLAGS = "-Cdebuginfo=2";
and while it seems to have compiled, the PDB file is not in the result folder.How can I get the debuginfo file as part of the build artifacts?
Beta Was this translation helpful? Give feedback.
All reactions