Re: git: 7b15413664ac - main - security/hashcat: work around build failure on powerpc64le

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 28 Aug 2025 04:15:07 UTC
On Thu, Aug 28, 2025 at 04:03:24AM +0000, Piotr Kubaj wrote:
> commit 7b15413664ac68f77077cf2427b2ae6c9de5b6d7
> 
>   security/hashcat: work around build failure on powerpc64le
> 
>   Clang seems to take huge amounts of time (tens of hours) when
>   compiling one of the files with -O2 [so use GCC]

Rather than pulling GCC perhaps you could've lowered the optimization
level for that one file only, see commit 514b949913c3 for example.

./danfe