소스 검색

Merge pull request #6535 from filiperinaldi/fix_using_lld

Fix example on how to use lld
Max Hilbrunner 2 년 전
부모
커밋
42ff57a7bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/compiling/compiling_for_linuxbsd.rst

+ 1 - 1
development/compiling/compiling_for_linuxbsd.rst

@@ -253,7 +253,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=linuxbsd use_llvm=yes use_lld=yes
+    scons platform=linuxbsd use_llvm=yes linker=lld
 
 After the build is completed, a new binary with a ``.llvm`` suffix will be
 created in the ``bin/`` folder.