MinGW: Use thin archives to reduce disk space
This commit is contained in:
parent
b5258b42c0
commit
2d300a0bdc
1 changed files with 2 additions and 0 deletions
|
|
@ -762,6 +762,8 @@ def configure_mingw(env: "SConsEnvironment"):
|
|||
if env["use_llvm"] and os.name == "nt" and methods._colorize:
|
||||
env.Append(CCFLAGS=["$(-fansi-escape-codes$)", "$(-fcolor-diagnostics$)"])
|
||||
|
||||
env.Append(ARFLAGS=["--thin"])
|
||||
|
||||
env.Append(CPPDEFINES=["WINDOWS_ENABLED", "WASAPI_ENABLED", "WINMIDI_ENABLED"])
|
||||
env.Append(
|
||||
CPPDEFINES=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue