How to create an unstripped release build? #622
Unanswered
MichaelBelousov
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I noticed zigArgs but forgot to try |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just noticed that my code in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried setting the optimization type in node-zigar.config.json to
Debug
, and also using a custombuild.zig
with the added library set to.strip = false
, but I still end up with a stripped .so... I also don't see-fstrip
passed in thezigar-compiler
package...How do I make my release build unstripped?
Beta Was this translation helpful? Give feedback.
All reactions