Skip to content

Commit 76c04a7

Browse files
committed
--use-cpu-profiler shouldn't impact variant dir
1 parent 1d208b0 commit 76c04a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ add_option( "use-system-all" , "use all system libraries", 0 , True )
214214

215215
add_option( "use-cpu-profiler",
216216
"Link against the google-perftools profiler library",
217-
0, True )
217+
0, False )
218218

219219
add_option("mongod-concurrency-level", "Concurrency level, \"global\" or \"db\"", 1, True,
220220
type="choice", choices=["global", "db"])

0 commit comments

Comments
 (0)