pandemonium_engine/platform
Relintai 679f5a7d64 Ported: 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.
- akien-mga
5bb3063eec
2022-07-29 23:18:06 +02:00
..
android Ported: Fix exit code of --help and --version, and test them in CI 2022-07-29 21:45:04 +02:00
frt Also removed remnants of the core xatlas. 2022-04-02 12:41:05 +02:00
frt_sdl Also removed remnants of the core xatlas. 2022-04-02 12:41:05 +02:00
iphone Ported: Fix exit code of --help and --version, and test them in CI 2022-07-29 21:45:04 +02:00
javascript Ported: HTML5: Make OS.get_locale() match other platforms 2022-07-29 20:54:31 +02:00
osx Improve OS.set_current_screen 2022-07-29 21:58:20 +02:00
server Fix compile when using llvm on linux. 2022-04-02 12:58:52 +02:00
windows Improve OS.set_current_screen 2022-07-29 21:58:20 +02:00
x11 Ported: SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold> 2022-07-29 23:18:06 +02:00
register_platform_apis.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00