diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-11-09 13:19:23 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2015-11-12 11:13:38 -0500 |
commit | 0c25b468fd93fb86c010d3bcaeab81c2e59ae2fe (patch) | |
tree | 454a02fbc13c7ffda1c098fc88f905767a034dc4 /SConstruct | |
parent | 5d72d90de73df52707c31f6799bc4624752d08a2 (diff) | |
download | mongo-0c25b468fd93fb86c010d3bcaeab81c2e59ae2fe.tar.gz |
SERVER-17105 Valgrind 3.11.0 Import
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index a1b5e0e507a..2d2238c3b24 100644 --- a/SConstruct +++ b/SConstruct @@ -330,6 +330,11 @@ add_option('use-system-snappy', nargs=0, ) +add_option('use-system-valgrind', + help='use system version of valgrind library', + nargs=0, +) + add_option('use-system-zlib', help='use system version of zlib library', nargs=0, |