You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is partly because there are many files and the Go compiler does not parallelize cgo compilation: golang/go#9887 Moving to an amalgamation build with a single file should help a lot.
There is also quite a lot of Cgo generated code. Maybe some of it could be moved into helper functions so there is less to compile.
This is partly because there are many files and the Go compiler does not parallelize cgo compilation: golang/go#9887 Moving to an amalgamation build with a single file should help a lot.
There is also quite a lot of Cgo generated code. Maybe some of it could be moved into helper functions so there is less to compile.
See also #7 .
The text was updated successfully, but these errors were encountered: