Probably speed up builds idk

This commit is contained in:
Pieter-Jan Briers
2021-03-04 02:50:37 +01:00
parent 0adb00f6c3
commit cbe354b263
3 changed files with 7 additions and 4 deletions

View File

@@ -92,7 +92,8 @@ def build(skip_build: bool) -> None:
"--nologo",
"/v:m",
"/t:Rebuild",
"/p:FullRelease=True"
"/p:FullRelease=True",
"/m"
], check=True)
print(Fore.GREEN + "Packaging client..." + Style.RESET_ALL)