On Thu, Aug 23, 2012 at 12:56 PM, Eric Pouech <eric.pou...@orange.fr> wrote: > >> -g was already the default. Most packagers (to my knowledge) provide a >> separate debug package, which isn't installed by default. >> > i'm not especially speaking of packagers, but folks who compile wine > themselves with something like: > ./configure CFLAGS=-O2 > and your patch forces -gdwarf2 (whatever -g is requested or not in CFLAGS) > hence providing debug info when the user didn't ask for it > > A+
AJ's taken care of it: http://source.winehq.org/git/wine.git/commitdiff/ce48e2c8ab4537fb57e4416d03f6fdd0685262b8 -- -Austin