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.

Ian

-- 
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/CAOyqgcXt84pQD5WH2zJ4L6eqtk0_kRqaa3_VuoCmcLhwi3FTsw%40mail.gmail.com.

Reply via email to