Skip to content

Commit 3074a0b

Browse files
Don't enable tracing as a default
1 parent 026a86a commit 3074a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mongo_bool_setting(
3838

3939
# Toggle instrumentation:
4040
mongo_bool_setting(ENABLE_TRACING "Enable verbose debug output in the build driver"
41-
DEFAULT VALUE OFF AUDIT VALUE ON)
41+
DEFAULT VALUE OFF)
4242
mongo_bool_setting(ENABLE_COVERAGE "Instrument built code for use with lcov"
4343
DEFAULT VALUE OFF DEVEL VALUE ON)
4444
mongo_bool_setting(ENABLE_DEBUG_ASSERTIONS "Build with runtime debug assertions enabled"

0 commit comments

Comments
 (0)