Skip to content

Commit

Permalink
Lower max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Faless committed Sep 25, 2024
1 parent 3c66820 commit d88baad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ 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.
env["MAXLINELENGTH"] = 2048 # Windows Vista and beyond, so always applicable.

# In case the command line to AR (lib) is too long, use a response file.
env["ARCOM_ORIG"] = env["ARCOM"]
Expand Down

0 comments on commit d88baad

Please sign in to comment.