Date: Mon, 02 Oct 2023 08:36:10 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 274192] lang/perl5*: Drop threads option and always enable it Message-ID: <bug-274192-14331-qFuo4TkiZw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274192-14331@https.bugs.freebsd.org/bugzilla/> References: <bug-274192-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274192 --- Comment #3 from Tom Hukins <tom@eborcom.com> --- To measure this, you can build perl from source with threads enabled and disabled. See perl's INSTALL file for details. I build a non-threaded perl with `sh Configure -des && make test` and a threaded perl with `sh Configure -des -Dusethreads && make test`. You will notice that building perl without threads is the default behaviour, due to their slowness. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274192-14331-qFuo4TkiZw>