Skip to content

Commit fb818d2

Browse files
remove deprecated option (#102)
1 parent a696ccb commit fb818d2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/install-from-source.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ the project with both ``libbson`` and ``libmongoc``:
241241
.. code-block:: none
242242

243243
$ cmake -S $SOURCE -B $BUILD \
244-
-D ENABLE_EXTRA_ALIGNMENT=OFF \
245244
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
246245
-D BUILD_VERSION="$VERSION" \
247246
-D ENABLE_MONGOC=OFF
@@ -266,11 +265,6 @@ messages and information. Ensure that configuration succeeds before proceeding.
266265
results. This should be set to the same value as the version of the source
267266
driver that was downloaded in :ref:`get-src`.
268267

269-
The ``ENABLE_EXTRA_ALIGNMENT`` argument is part
270-
of ``mongo-c-driver`` and corresponds to a deprecated feature that is only
271-
enabled by default for ABI compatibility purposes. It is highly recommended to
272-
disable this feature whenever possible.
273-
274268
The ``ENABLE_MONGOC=OFF`` argument disabled building ``libmongoc``. We'll build
275269
that in the next section.
276270

0 commit comments

Comments
 (0)