leleliu008 / ndk-pkg

A package builder/manager for Android NDK to build projects written in C, C++, Rust, Golang, etc.
http://blog.fpliu.com/project/ndk-pkg
Apache License 2.0
88 stars 14 forks source link

How to generate debug symbols for release builds? #19

Closed unhonin closed 2 years ago

unhonin commented 2 years ago

Hi,

Thank you so much for the wonderful project, everything works really fine on my case. I was wondering if there is any input arguments that enables the debug symbols generating? For interpreting the crashing stack traces?

Thank you

leleliu008 commented 2 years ago
ndk-pkg install <PKG-NAME> --build-type=debug
unhonin commented 2 years ago

Thank you so much