Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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