diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 30921cf4868..7a7823b7a30 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -763,7 +763,9 @@ su - postgres <listitem> <para> Build with support for <productname>LLVM</productname> based - <acronym>JIT</acronym> compilation (see <xref linkend="jit"/>). This + <acronym>JIT</acronym> compilation<phrase + condition="standalone-ignore"> (see <xref + linkend="jit"/>)</phrase>. This requires the <productname>LLVM</productname> library to be installed. The minimum required version of <productname>LLVM</productname> is currently 3.9. |