Skip to content
Snippets Groups Projects
Commit a96fad38 authored by Simon McVittie's avatar Simon McVittie
Browse files

README: Mention the mold linker

parent cf84827a
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,17 @@ Meson users can use a command like `meson --native-file=clang.txt ...`
to select a different compiler.
See `/usr/share/meson/native` in the container for all the options available.
### mold linker
By default,
the standard `ld.bfd` from GNU binutils 2.35.x is used for linking,
matching Debian 11.
An experimental backport of the `mold` linker from Debian 13 is available
for installation via `apt-get install mold` and can be used with
command-lines like `g++-12 -fuse-ld=mold` or `g++ -B/usr/libexec/mold`.
The `-fuse-ld=mold` command-line option only works with `g++-12` or later.
## 32-bit code
The sniper SDK can compile 32-bit code in two different ways:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment