summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-11-26 17:13:49 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-26 22:40:31 +0000
commitb5309fcf9cd32183b52470b0e996d08bd02ffb35 (patch)
treed49ead20280a2f484d000c786488a28c58ce9483 /src/mongo/db/auth/SConscript
parent0b3181433449eb7d68e97120d2dbb9f317270b1a (diff)
downloadmongo-b5309fcf9cd32183b52470b0e996d08bd02ffb35.tar.gz
SERVER-60694 fix xcode 12.4 builder dyld limit startup issue
This reduces the size of the link graph by inlining validateViewOnNotEmpty() and removing dependencies on commands/create_command.
Diffstat (limited to 'src/mongo/db/auth/SConscript')
-rw-r--r--src/mongo/db/auth/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript
index d455ef5333d..844b1b76db7 100644
--- a/src/mongo/db/auth/SConscript
+++ b/src/mongo/db/auth/SConscript
@@ -207,7 +207,6 @@ env.Library(
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/api_parameters',
'$BUILD_DIR/mongo/db/audit', # audit:logLogout in AuthZSession.
- '$BUILD_DIR/mongo/db/commands/create_command',
'$BUILD_DIR/mongo/db/stats/counters',
'$BUILD_DIR/mongo/idl/server_parameter',
'$BUILD_DIR/mongo/util/caching',