Comment for PTHREAD OPTION was inverted.
Reported by: nork
This commit is contained in:
parent
71f3009f1f
commit
5b778ae59b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262663
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ OPTIONS= DEBUG "Debugging support" off \
|
|||
FASTEST "Fastest run" off \
|
||||
LZMA "Enable LZMA codec" off \
|
||||
LZO "Enable LZO codec" off \
|
||||
PTHREAD "Disable POSIX thread support" on \
|
||||
PTHREAD "Enable POSIX thread support" on \
|
||||
PROFILE "Profiling build" off \
|
||||
SHARED "Shared build" on \
|
||||
SWAB "Swapping byte-orders build" off \
|
||||
|
|
Loading…
Reference in a new issue