leleliu008 / ndk-pkg

A package builder/manager for Android NDK to build projects written in C, C++, Rust, Golang, etc.

Home Page:http://blog.fpliu.com/project/ndk-pkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate debug symbols for release builds?

unhonin opened this issue · comments

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

ndk-pkg install <PKG-NAME> --build-type=debug

Thank you so much