summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-05-04 18:31:19 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-05 21:13:14 +0000
commit91ff6b0c39f3eedd5ce5caf86611fd8fdcdc9995 (patch)
tree69df3c889a18cbcd872b048947b5c556646accae /SConstruct
parent1b5794b6518b4dba6939c923389f5f1e1358ff8a (diff)
downloadmongo-91ff6b0c39f3eedd5ce5caf86611fd8fdcdc9995.tar.gz
SERVER-55833 Add a tool to implement forced includes
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index fb573d5513c..540b41ae0fe 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2183,6 +2183,8 @@ def link_guard_libdeps_tag_expand(source, target, env, for_signature):
env['LIBDEPS_TAG_EXPANSIONS'].append(link_guard_libdeps_tag_expand)
+env.Tool('forceincludes')
+
# ---- other build setup -----
if debugBuild:
env.SetConfigHeaderDefine("MONGO_CONFIG_DEBUG_BUILD")