How to compile Wine without debugging symbols

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
DieselMachine
Level 2
Level 2
Posts: 12
Joined: Sun Apr 11, 2010 11:09 am

How to compile Wine without debugging symbols

Post by DieselMachine »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: How to compile Wine without debugging symbols

Post by vitamin »

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
Level 2
Level 2
Posts: 12
Joined: Sun Apr 11, 2010 11:09 am

Post by DieselMachine »

Thank you for help. But nevertheless, how can I do this?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

DieselMachine wrote:Thank you for help. But nevertheless, how can I do this?
Just strip all binaries when installing.
DieselMachine
Level 2
Level 2
Posts: 12
Joined: Sun Apr 11, 2010 11:09 am

Post by DieselMachine »

Thanks!
Locked