소스 검색

Compiling for x11: use `linker=lld`

`use_lld` boolean option has been replaced by `linker=<default|bfd|gold|lld|mold>`
MJacred 1 년 전
부모
커밋
7ca55880df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/compiling/compiling_for_x11.rst

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -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.