1
0
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:
MANTANI Nobutaka 2004-06-13 14:28:58 +00:00
parent c58ac34eed
commit a47f4e3179
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111393

View File

@ -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>