Quellcode durchsuchen

Merge pull request #97458 from Faless/fix/imagine_its_2024_and_your_os_cant_handle_few_kbs_of_text

[SCons] Remove MAXLINELENGTH override for MSVC
Rémi Verschelde vor 11 Monaten
Ursprung
Commit
a0d1ba4a3d
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      platform/windows/detect.py

+ 0 - 2
platform/windows/detect.py

@@ -390,8 +390,6 @@ def configure_msvc(env: "SConsEnvironment", vcvars_msvc_config):
         env.AppendUnique(CPPDEFINES=["R128_STDC_ONLY"])
         env.extra_suffix = ".llvm" + env.extra_suffix
 
-    env["MAXLINELENGTH"] = 8192  # Windows Vista and beyond, so always applicable.
-
     if env["silence_msvc"] and not env.GetOption("clean"):
         from tempfile import mkstemp