We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e16cd commit 395a4fcCopy full SHA for 395a4fc
platform/windows/detect.py
@@ -390,8 +390,6 @@ def configure_msvc(env: "SConsEnvironment", vcvars_msvc_config):
390
env.AppendUnique(CPPDEFINES=["R128_STDC_ONLY"])
391
env.extra_suffix = ".llvm" + env.extra_suffix
392
393
- env["MAXLINELENGTH"] = 8192 # Windows Vista and beyond, so always applicable.
394
-
395
if env["silence_msvc"] and not env.GetOption("clean"):
396
from tempfile import mkstemp
397
0 commit comments