Skip to content

Commit

Permalink
Merge pull request #97458 from Faless/fix/imagine_its_2024_and_your_o…
Browse files Browse the repository at this point in the history
…s_cant_handle_few_kbs_of_text

[SCons] Remove MAXLINELENGTH override for MSVC
  • Loading branch information
akien-mga authored Sep 26, 2024
2 parents a4c1804 + 395a4fc commit a0d1ba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platform/windows/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0d1ba4

Please sign in to comment.