Replies: 4 comments 5 replies
-
Is symbolic stacktrace available in release dependencies? |
Beta Was this translation helpful? Give feedback.
-
I would say all, or better yet give an option for interactive per-component selection |
Beta Was this translation helpful? Give feedback.
-
+1 to apply on all crates through dependencies. In development mode, I expect to be able to use a debugger to trouble shot an issue (ok, it is rare but it happens). The issue with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Related issue: #1119
Currently, by default Alire will build the root crate in dev mode, and dependencies in release mode. (This is a safe release mode, in the sense that checks are not omitted. It boils down to compiling with
-O3
and inlining.)While discussing the addition of switches to use the same profile in the root and dependencies, a debate about expectations arose:
When doing
alr build
with an explicit profile switch, do you expect it to apply to the root crate only or to all dependencies too?E.g.:
alr build --development
will currently only build the root crate in dev mode, with deps in release mode.Please answer this poll to better understand your expectations, in the sense of what would you expect if you didn't know what I just explained.
21 votes ·
Beta Was this translation helpful? Give feedback.
All reactions