summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5e0d77d74bc..fe3a339fcee 100644
--- a/SConstruct
+++ b/SConstruct
@@ -384,6 +384,11 @@ add_option('use-new-tools',
nargs=0,
)
+add_option('build-mongoreplay',
+ help='when building with --use-new-tools, build mongoreplay ( requires pcap dev )',
+ nargs=1,
+)
+
add_option('use-cpu-profiler',
help='Link against the google-perftools profiler library',
nargs=0,