diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3f19f272b17..4ab8ddba7c1 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1258,18 +1258,6 @@ build-postgresql: </listitem> </varlistentry> - <varlistentry id="configure-option-disable-atomics"> - <term><option>--disable-atomics</option></term> - <listitem> - <para> - Disable use of CPU atomic operations. This option does nothing on - platforms that lack such operations. On platforms that do have - them, this will result in poor performance. This option is only - useful for debugging or making performance comparisons. - </para> - </listitem> - </varlistentry> - </variablelist> </sect3> @@ -2674,19 +2662,6 @@ ninja install </listitem> </varlistentry> - <varlistentry id="configure-atomics-meson"> - <term><option>-Datomics={ true | false }</option></term> - <listitem> - <para> - This option is set to true by default; setting it to false will - disable use of CPU atomic operations. The option does nothing on - platforms that lack such operations. On platforms that do have - them, disabling atomics will result in poor performance. Changing - this option is only useful for debugging or making performance comparisons. - </para> - </listitem> - </varlistentry> - </variablelist> </sect3> |