File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ the project with both ``libbson`` and ``libmongoc``:
241
241
.. code-block:: none
242
242
243
243
$ cmake -S $SOURCE -B $BUILD \
244
- -D ENABLE_EXTRA_ALIGNMENT=OFF \
245
244
-D CMAKE_BUILD_TYPE=RelWithDebInfo \
246
245
-D BUILD_VERSION="$VERSION" \
247
246
-D ENABLE_MONGOC=OFF
@@ -266,11 +265,6 @@ messages and information. Ensure that configuration succeeds before proceeding.
266
265
results. This should be set to the same value as the version of the source
267
266
driver that was downloaded in :ref:`get-src`.
268
267
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
-
274
268
The ``ENABLE_MONGOC=OFF`` argument disabled building ``libmongoc``. We'll build
275
269
that in the next section.
276
270
You can’t perform that action at this time.
0 commit comments