diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2016-09-27 13:23:09 -0400 |
---|---|---|
committer | Gabriel Russell <gabriel.russell@mongodb.com> | 2016-10-03 13:16:22 -0400 |
commit | 6970945d92b0938dee3ae77d2aff8d0a95cbfc4a (patch) | |
tree | 625d6d554c5d2dbfef2f9e410751338d6a7d3b11 /SConstruct | |
parent | fd300c0c05c1e057a7c5f24e7599d26e383234d0 (diff) | |
download | mongo-6970945d92b0938dee3ae77d2aff8d0a95cbfc4a.tar.gz |
SERVER-26376 add mongoreplay to release
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 5 |
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, |