1. 01 Nov, 2022 1 commit
    • 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
  2. 26 Oct, 2022 1 commit
  3. 25 Oct, 2022 1 commit
  4. 24 Mar, 2022 1 commit
  5. 08 Mar, 2022 1 commit
  6. 16 Feb, 2022 1 commit
  7. 08 Feb, 2022 1 commit
  8. 04 Feb, 2022 1 commit
  9. 05 Jan, 2022 1 commit
  10. 18 Nov, 2021 3 commits
  11. 17 Nov, 2021 1 commit
  12. 11 Nov, 2021 1 commit
  13. 25 Oct, 2021 1 commit
  14. 07 Oct, 2021 1 commit
  15. 29 Sep, 2021 2 commits
  16. 28 Sep, 2021 2 commits
  17. 27 Sep, 2021 1 commit
  18. 24 Sep, 2021 1 commit
  19. 23 Sep, 2021 1 commit
  20. 21 Sep, 2021 1 commit
  21. 20 Sep, 2021 3 commits
  22. 27 Aug, 2021 1 commit
  23. 23 Aug, 2021 1 commit
  24. 12 Aug, 2021 2 commits
  25. 11 Aug, 2021 2 commits
  26. 26 Jul, 2021 1 commit
  27. 02 Jul, 2021 4 commits
  28. 01 Jun, 2021 2 commits