Re: [mpg123-devel] Unusual CPU usage
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2012-01-07 16:13:49
|
Am Sat, 7 Jan 2012 12:19:52 +0000 schrieb Clive Cooper <cl...@wi...>: > I would still like to know how to stop binary stripping on install the > proper way though. > So if anyone can help with that. The default mpg123 build shouldn't strip the binary. shell$ file src/.libs/mpg123 src/.libs/mpg123: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped The --enable-debug switch is for giving debugging printouts, not for the symbols. Alrighty then, Thomas. |