On Thu, Jul 25, 2019 at 10:12 AM Jose Pina Coelho <eresqui...@gmail.com> wrote:
>
> I'm trying to get golang running on AIX 7.1 (pp64).  I've tried 
> cross-compiling on Linux x86_64, but the resulting binary has DWARF entries 
> that aren't recognized by the AIX loader.
>
> Is there a way to build a binary without the DWARF entries ?

I don't know why the AIX linker would care....

Try using "go build -ldflags=all=-w".

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 on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcV556Y8u7GTCnTRRzcDuKTSp7rrEBnhX5abBYC5WhUoHg%40mail.gmail.com.

Reply via email to