update config name and description for low-priority

This commit is contained in:
QuietMisdreavus 2017-05-18 11:00:31 -05:00
parent 1a7375b7e0
commit 4f88106527
1 changed files with 3 additions and 2 deletions

View File

@ -152,8 +152,9 @@
# known-good version of OpenSSL, compile it, and link it to Cargo.
#openssl-static = false
# Run the build with low priority
#low_priority = false
# Run the build with low priority, by setting the process group's "nice" value
# to +10 on Unix platforms, and by using a "low priority" job object on Windows.
#low-priority = false
# =============================================================================
# General install configuration options