Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdonovan committed May 24, 2024
1 parent 5c97859 commit ab6a455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_lib/qss_compiler/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class LinkOptions:
"""Treat link warnings as errors"""
on_diagnostic: Optional[Callable[[Diagnostic], Any]] = None
"""Optional callback for processing diagnostic messages from the linker."""
number_of_threads: int = 10
number_of_threads: int = -1
"""Number of threads to use in linking
-1 = unlimited,
-1 = number of cpus reported,
0 disabled,
> 1 = limit,
defaults = -1
Expand Down

0 comments on commit ab6a455

Please sign in to comment.