On Tue, Jun 29, 2021 at 7:06 AM Peng Deng <dws...@outlook.com> wrote:
>
> I want to build a dynamic go library with gollvm.
> How could I do this?

The usual was is "go build -buildmode=shared" or "go build
-buildmode=c-shared", depending on how you want to use the shared
library.  See https://golang.org/cmd/go/#hdr-Build_modes.

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/CAOyqgcVcbDWSZYKx%3DO2-bqUX6k7Qq84-RqgYUQaR_yK8aTpb5g%40mail.gmail.com.

Reply via email to