[Bug 274192] lang/perl5*: Drop threads option and always enable it

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 Oct 2023 08:36:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274192

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.