Jeremie Courreges-Anglas:
> We need to disable optimization for python3 ports. Even with a fixed
> path to libclang_rt.profile.etc, I get:
>
> ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol
> '__profd_isdigit'; recompile with -fPIC
I wanted to take a look at where thos
On Mon, 13 Nov 2023, Jeremie Courreges-Anglas wrote:
>
> We need to disable optimization for python3 ports. Even with a fixed
> path to libclang_rt.profile.etc, I get:
>
> ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol
> '__profd_isdigit'; recompile with -fPIC
>
> ok?
On Mon, Nov 13 2023, Jeremie Courreges-Anglas wrote:
> We need to disable optimization for python3 ports. Even with a fixed
> path to libclang_rt.profile.etc, I get:
>
> ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol
> '__profd_isdigit'; recompile with -fPIC
>
> ok?
The