Email or username:

Password:

Forgot your password?
Andrew Tropin

When Guix ABI updates, I need to do make clean-go make-go, it takes 47 minutes on my machine :/

#guix #guile

1 comment
graywolf

@abcdw I think you can do `make clean-go` and `make -j16 make-go` instead, which does speed it up a lot, but I assume you are aware of that.

Go Up