LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find a library is compiled in debug mode or release mode (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-a-library-is-compiled-in-debug-mode-or-release-mode-728590/)

babu198649 05-26-2009 08:35 AM

How to find a library is compiled in debug mode or release mode
 
Hi
How to find a library(lib*.so) is compiled in debug mode or release mode.

veerain 05-26-2009 09:42 AM

The following command would show:
file library_name
If it reports stripped; then it means with no debugging information
If it reports unstripped; then it means with debugging information


All times are GMT -5. The time now is 02:03 PM.