|
@@ -218,5 +218,8 @@ then use the following SCons command::
|
|
|
|
|
|
scons platform=x11 use_llvm=yes use_lld=yes
|
|
scons platform=x11 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.
|