We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026a86a commit 3074a0bCopy full SHA for 3074a0b
CMakeLists.txt
@@ -38,7 +38,7 @@ mongo_bool_setting(
38
39
# Toggle instrumentation:
40
mongo_bool_setting(ENABLE_TRACING "Enable verbose debug output in the build driver"
41
- DEFAULT VALUE OFF AUDIT VALUE ON)
+ DEFAULT VALUE OFF)
42
mongo_bool_setting(ENABLE_COVERAGE "Instrument built code for use with lcov"
43
DEFAULT VALUE OFF DEVEL VALUE ON)
44
mongo_bool_setting(ENABLE_DEBUG_ASSERTIONS "Build with runtime debug assertions enabled"
0 commit comments