Browse Source

fix the the

tags/v0.3.6^2
TiborGY GitHub 6 years ago
parent
commit
56089991e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.rule

+ 1
- 1
Makefile.rule View File

@@ -72,7 +72,7 @@ VERSION = 0.3.6.dev


# You can define the maximum number of threads. Basically it should be less # You can define the maximum number of threads. Basically it should be less
# than or equal to the number of CPU threads. If you don't specify one, it's # than or equal to the number of CPU threads. If you don't specify one, it's
# automatically detected by the the build system.
# automatically detected by the build system.
# If SMT (aka. HT) is enabled on the system, it may or may not be beneficial to # If SMT (aka. HT) is enabled on the system, it may or may not be beneficial to
# restrict NUM_THREADS to the number of physical cores. By default, the automatic # restrict NUM_THREADS to the number of physical cores. By default, the automatic
# detection includes logical CPUs, thus allowing the use of SMT. # detection includes logical CPUs, thus allowing the use of SMT.


Loading…
Cancel
Save