mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
docs: fix INSTALL.xml build by using "standalone-ignore"
Was broken by "jit" link.
This commit is contained in:
parent
669820a3d9
commit
7fe04ce920
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue