As I found, if I compile Wine from source it will contain debugging symbols. How to compile fully optimized debug-free Wine from source? Thanks in advance
DieselMachine wrote:> As I found, if I compile Wine from source it will contain debugging symbols. How to compile fully optimized debug-free Wine from source?Removing debug symbols doesn't optimize anything. Only debugger loads these symbols.
DieselMachine
2010-May-15 17:17 UTC
[Wine] Re: How to compile Wine without debugging symbols
Thank you for help. But nevertheless, how can I do this?
DieselMachine wrote:> Thank you for help. But nevertheless, how can I do this?Just strip all binaries when installing.