i'm not especially speaking of packagers, but folks who compile wine themselves with something like:-g was already the default. Most packagers (to my knowledge) provide a separate debug package, which isn't installed by default.
./configure CFLAGS=-O2and 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+