virtualx-engine/.github/workflows
Rémi Verschelde 5bb3063eec 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.

Deprecates 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.

(cherry picked from commit 534f85add1daec0669a1f18edd2cc456f9a296ef)
2022-07-22 01:03:31 +02:00
..
android_builds.yml
ios_builds.yml
javascript_builds.yml CI: Update Emscripten to 3.1.10 2022-05-16 16:38:50 +02:00
linux_builds.yml SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold> 2022-07-22 01:03:31 +02:00
macos_builds.yml
server_builds.yml CI: Use mono_static=yes for Mono builds 2022-02-22 13:10:17 +01:00
static_checks.yml Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
windows_builds.yml