-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+