> On 1. Nov 2024, at 19:20, Ian Lance Taylor <i...@golang.org> wrote:
> 
> On Fri, Nov 1, 2024 at 11:08 AM Stephan Lukits <stephan.luk...@gmail.com> 
> wrote:
>> 
>> from my research I found it could be helpful to exectue gcc with the 
>> `--mfloat-abi=hard` option; but I couldn't figure how to inject that option?
> 
> I don't know whether it will fix your problem, but you can set the
> environment variable CGO_CFLAGS=-mfloat-abi=hard to compile C code
> with that option.

Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/234A1A33-FCBF-4563-BACC-DD4315513EDF%40gmail.com.

Reply via email to