Skip to content

Commit 56c21d1

Browse files
spoorccben-edna
authored andcommitted
Don't limit jobs an dhopefully speed up jobs
1 parent 985fc6c commit 56c21d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pythonVersion = "3.9"
173173

174174
[tool.nuitka]
175175
mode = "onefile" # Switch this between standalone and onefile as needed
176-
jobs = "4"
176+
# jobs = "4" # Can be used to reduce memory usage, in case of compilation issues
177177
# Enable below for debugging
178178
# show-progress = true
179179
assume-yes-for-downloads = true

0 commit comments

Comments
 (0)