virtualx-engine/.github/workflows
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
..
android_builds.yml CI: Update to actions/cache@v3, increase cache limit to 10 GiB 2022-03-23 08:10:43 +01:00
ios_builds.yml Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
javascript_builds.yml CI: Update Emscripten to 3.1.10 2022-05-10 13:03:13 +02:00
linux_builds.yml SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold> 2022-07-22 01:00:35 +02:00
macos_builds.yml Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
static_checks.yml makerst: Print colored output for easier visual grepping 2022-06-11 00:19:36 +02:00
windows_builds.yml Fix exit code of --help and --version, and test them in CI 2022-07-02 01:17:35 +02:00