summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-05-17 16:41:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-27 16:10:48 +0000
commit17d9094752fec7dd29c9eedac9bd7cccb8cf8f6e (patch)
treee0e00f22fde4e42b99c92db6353e9fcde91b46f6 /SConstruct
parent2de03a25a0a3dc8f7e675c33ff9e1b1370532d41 (diff)
downloadmongo-17d9094752fec7dd29c9eedac9bd7cccb8cf8f6e.tar.gz
SERVER-48272 Reduce startup time for dynamically linked binaries
Minimizing the list of NEEDED entries directly attached to the core programs reduces startup time for dynamically linked binaries by approximately 40 percent.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 0 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index e30b9336789..3c7193ab776 100644
--- a/SConstruct
+++ b/SConstruct
@@ -230,11 +230,6 @@ add_option('noshell',
nargs=0,
)
-add_option('safeshell',
- help="don't let shell scripts run programs (still, don't run untrusted scripts)",
- nargs=0,
-)
-
add_option('dbg',
choices=['on', 'off'],
const='on',