inux下查看.so和可执行文件是否debug编译的方法

命令

readelf -S libxxx.so |grep debug   如果有打印信息就是debug,否则是release。

原文地址:https://www.cnblogs.com/kex1n/p/6972713.html