Under what conditions does a cgo package get recompiled? I am using
go-sqlite3 and it appears that the C compiler/linker is run every time I
build my project, even though I am not changing any of the C sources. I
would have expected it to be run once and then the results re-used, but
perhaps there are some special rules for cgo recompilation?

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to