godot/.github
Rémi Verschelde c8479c0d4d SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold>
The new option is `linker` and lets the user specify the argument to
the`-fuse_ld=` linker flag directly. The supported options are:

- `default`: No change, typically uses GNU ld (bfd) unless the user or
  distro picked a different default `/usr/bin/ld`.
- `bfd`: GNU ld from binutils
- `gold`: GNU gold from binutils
- `lld`: lld from LLVM
- `mold`: mold, an extremely fast modern linker, not (yet) intended for
  use in production but great for development speed. Provided by distro
  `mold` package or needs to be compiled from source and installed to
  `/usr` otherwise.

Removes the `use_lld=yes` option, and make lld actually usable with GCC
too.

Not all the above are compatible or recommend for LTO, we recommend
using GNU ld with GCC LTO, or lld with LLVM ThinLTO.
2022-07-22 01:00:35 +02:00
..
actions SCons: Default num_jobs to max CPUs minus 1 if not specified 2022-07-17 12:38:41 +02:00
ISSUE_TEMPLATE Issue template: Fix link to CONTRIBUTING.md 2021-08-13 15:30:41 +02:00
workflows SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold> 2022-07-22 01:00:35 +02:00
CODEOWNERS Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
PULL_REQUEST_TEMPLATE.md Rewrite PR template to make it slightly less verbose 2022-06-28 16:11:54 +02:00