Skip to content

Commit

Permalink
Merge pull request godotengine#7880 from MJacred/patch-1
Browse files Browse the repository at this point in the history
Compiling for x11: use `linker=lld`
  • Loading branch information
mhilbrunner authored Sep 6, 2023
2 parents 6e89c7d + 7ca5588 commit e6c5c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/compiling/compiling_for_x11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ the default GCC + GNU ld setup:
To do so, install Clang and the ``lld`` package from your distribution's package manager
then use the following SCons command::

scons platform=x11 use_llvm=yes use_lld=yes
scons platform=x11 use_llvm=yes linker=lld

After the build is completed, a new binary with a ``.llvm`` suffix will be
created in the ``bin/`` folder.
Expand Down

0 comments on commit e6c5c0b

Please sign in to comment.