summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2016-09-27 13:23:09 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2016-10-03 13:16:22 -0400
commit6970945d92b0938dee3ae77d2aff8d0a95cbfc4a (patch)
tree625d6d554c5d2dbfef2f9e410751338d6a7d3b11 /SConstruct
parentfd300c0c05c1e057a7c5f24e7599d26e383234d0 (diff)
downloadmongo-6970945d92b0938dee3ae77d2aff8d0a95cbfc4a.tar.gz
SERVER-26376 add mongoreplay to release
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,