فهرست منبع

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 4 سال پیش
والد
کامیت
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
 
+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
 link-time optimization, making the resulting binaries smaller and faster.