You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a list of all configure options, run ``./configure --help``.
86
87
87
88
If ``configure`` completed successfully, you'll see something like the following describing your build configuration.
88
89
89
-
.. code-block:: none
90
+
.. parsed-literal::
90
91
91
-
libmongoc was configured with the following options:
92
+
libmongoc |release| was configured with the following options:
92
93
93
94
Build configuration:
94
-
Enable debugging (slow) : no
95
-
Compile with debug symbols (slow) : no
96
-
Enable GCC build optimization : yes
97
-
Code coverage support : no
98
-
Cross Compiling : no
99
-
Fast counters : no
100
-
SASL : sasl2
101
-
SSL : yes
102
-
Libbson : bundled
95
+
Enable debugging (slow) : no
96
+
Compile with debug symbols (slow) : no
97
+
Enable GCC build optimization : yes
98
+
Enable automatic init and cleanup : no
99
+
Code coverage support : no
100
+
Cross Compiling : no
101
+
Fast counters : no
102
+
Shared memory performance counters : yes
103
+
SASL : sasl2
104
+
SSL : openssl
105
+
Libbson : bundled
103
106
104
107
Documentation:
105
-
Generate man pages : no
106
-
Install man pages : no
108
+
man : no
109
+
HTML : no
107
110
108
111
mongo-c-driver contains a copy of libbson, in case your system does not already have libbson installed. The configure script will detect if libbson is not installed and use the bundled libbson.
0 commit comments