浏览代码

Merge pull request #5212 from Calinou/compiling-clang-binary-suffix

Document that compiling a binary with Clang on Linux adds a `.llvm` suffix
Gilles Roudière 3 年之前
父节点
当前提交
016fb53cdf
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      development/compiling/compiling_for_linuxbsd.rst

+ 3 - 0
development/compiling/compiling_for_linuxbsd.rst

@@ -238,5 +238,8 @@ then use the following SCons command::
 
 
     scons platform=linuxbsd use_llvm=yes use_lld=yes
     scons platform=linuxbsd use_llvm=yes use_lld=yes
 
 
+After the build is completed, a new binary with a ``.llvm`` suffix will be
+created in the ``bin/`` folder.
+
 It's still recommended to use GCC for production builds as they can be compiled using
 It's still recommended to use GCC for production builds as they can be compiled using
 link-time optimization, making the resulting binaries smaller and faster.
 link-time optimization, making the resulting binaries smaller and faster.