aboutsummaryrefslogtreecommitdiff
path: root/doc/users-guide
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-04-20 09:50:45 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2021-04-23 09:24:26 +0300
commit742a6b8ef68d80b898a13bed42a4afcb4d8311cf (patch)
treeffa2fbe469a08c92dc0649ef981107278c7c9876 /doc/users-guide
parenta91e02d6a217bbcfbb1e971894e7376f3f956b14 (diff)
configure: change abi compatibility default value to disabled
Disable ABI compatibility by default. This way the ODP implementation will offer the best available performance without the user having to change the default configuration. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'doc/users-guide')
-rw-r--r--doc/users-guide/users-guide.adoc8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/users-guide/users-guide.adoc b/doc/users-guide/users-guide.adoc
index 56ce3a624..ecaf70022 100644
--- a/doc/users-guide/users-guide.adoc
+++ b/doc/users-guide/users-guide.adoc
@@ -704,7 +704,7 @@ Embedded applications will typically work with a copy of ODP downloaded from
a git repository so that it can be configured for the application's precise
needs. To specify that the application wishes to use the embedded profile:
-`./configure --enable-abi-compat=no ...`
+`./configure --disable-abi-compat ...`
should be used as part of the ODP configuration options. This allows
applications to use inline forms of ODP APIs to give optimal performance
@@ -724,11 +724,7 @@ that is installed via `sudo apt-get install` or equivalent command).
When using a copy of ODP downloaded from a repository, the cloud profile is
selected at configure time:
-`./configure --enable-abi-compat=yes ...`
-
-Note that `--enable-abi-compat=yes` is the default, so this need not be
-specified. Unless `no` is specified for this option, the result will be
-applications designed to run in the cloud profile.
+`./configure --enable-abi-compat ...`
=== ABI Characteristics
An ABI consists of several conventions that ensure that a program compiled