View | Details | Raw Unified | Return to bug 234448
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 63-68 Link Here
63
CONFIGURE_ARGS+=	--enable-threads=posix --disable-redirect-malloc
63
CONFIGURE_ARGS+=	--enable-threads=posix --disable-redirect-malloc
64
OPTIONS_DEFINE+=	PARALLEL_MARK
64
OPTIONS_DEFINE+=	PARALLEL_MARK
65
PARALLEL_MARK_DESC=	Parallel-thread marking (faster for SMP)
65
PARALLEL_MARK_DESC=	Parallel-thread marking (faster for SMP)
66
USES+=		compiler:c11
66
. endif
67
. endif
67
.else
68
.else
68
CONFIGURE_ARGS+=	--disable-threads --disable-redirect-malloc
69
CONFIGURE_ARGS+=	--disable-threads --disable-redirect-malloc

Return to bug 234448