mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Turn off PARALLEL_MARK option in default config.
This commit is contained in:
parent
c58ac34eed
commit
a47f4e3179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111393
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --enable-cplusplus
|
||||
OPTIONS= REDIRECT "Define malloc(3)-family replacements" off \
|
||||
FULLDEBUG "full-debug support (see documentation)" off \
|
||||
THREADING "POSIX thread support" off \
|
||||
PARALLEL_MARK "Parallel-thread marking (faster for SMP)" on
|
||||
PARALLEL_MARK "Parallel-thread marking (faster for SMP)" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user