Skip to content

Commit 395a4fc

Browse files
committed
[SCons] Remove MAXLINELENGTH override for MSVC
It's not clear what is the actual max value that windows support, but despite their claim of it being 8191 we have been seeing failure with just 8150.
1 parent c3e16cd commit 395a4fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platform/windows/detect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ def configure_msvc(env: "SConsEnvironment", vcvars_msvc_config):
390390
env.AppendUnique(CPPDEFINES=["R128_STDC_ONLY"])
391391
env.extra_suffix = ".llvm" + env.extra_suffix
392392

393-
env["MAXLINELENGTH"] = 8192 # Windows Vista and beyond, so always applicable.
394-
395393
if env["silence_msvc"] and not env.GetOption("clean"):
396394
from tempfile import mkstemp
397395

0 commit comments

Comments
 (0)