• Martin Storsjö's avatar
    winegcc: Prefer -Wl,--pdb=<file> over -Wl,-pdb,<file>. · 6705a710
    Martin Storsjö authored
    The previously used syntax, -Wl,-pdb,<file>, was the originally
    supported one in lld (since 2018). Later (in 2019) the second
    syntax was added, allowing both -Wl,-pdb=<file> and -Wl,-pdb,<file>.
    (This other parameter syntax allows easier distinguishing an empty
    argument, for letting the linker implicitly pick the file name.)
    
    Move over to using the more modern syntax - reducing the usage of
    the old form of the option. This potentially allows deprecating
    the original syntax and maybe allows using --pdb as a boolean
    flag for implying an automatically named PDB file (which currently
    requires using the awkward syntax "--pdb=").
    
    Also prefer the long two dashes form, i.e. --pdb instead of -pdb;
    the single dash form is only allowed by getopt when there
    are no conflicts with single-letter options, while the form with
    two dashes is unambiguous.
    6705a710
Name
Last commit
Last update
..
gitlab Loading commit data...
sfnt2fon Loading commit data...
widl Loading commit data...
winapi Loading commit data...
winebuild Loading commit data...
winedump Loading commit data...
winegcc Loading commit data...
winemaker Loading commit data...
wmc Loading commit data...
wrc Loading commit data...
Makefile.in Loading commit data...
buildimage Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
examine-relay Loading commit data...
findfunc Loading commit data...
install-sh Loading commit data...
make_announce Loading commit data...
make_makefiles Loading commit data...
make_requests Loading commit data...
make_specfiles Loading commit data...
make_unicode Loading commit data...
make_xftmpl.c Loading commit data...
makedep.c Loading commit data...
runtest Loading commit data...
tools.h Loading commit data...
wineapploader.in Loading commit data...
winewrapper Loading commit data...