summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2017-05-31 17:59:03 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2017-05-31 19:22:02 -0400
commitdbfe5d9d6cec92995b8879e818b75526fbf6b9b2 (patch)
tree09124dbf8183645067902a0344155f28f00ec716 /SConstruct
parent3a3a6def395bab81e7545b15a93bee7799d9efb1 (diff)
downloadmongo-dbfe5d9d6cec92995b8879e818b75526fbf6b9b2.tar.gz
SERVER-29411 link with a max line length that's less then the actual windows max line length
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 61763fcc870..eb6d1ab76f3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -638,7 +638,7 @@ env_vars.Add('MAXLINELENGTH',
# across our platforms.
#
# See https://support.microsoft.com/en-us/help/830473/command-prompt-cmd.-exe-command-line-string-limitation
- default=8191)
+ default=4095)
# Note: This is only really meaningful when configured via a variables file. See the
# default_buildinfo_environment_data() function for examples of how to use this.