Linking is a process of resolving symbols from object files with
external libraries, and it should not take that long.  When you have a
chance, try to compile the project under a ram filesystem like tmpfs.
I use it most of the time, even when I have an SSD drive.  The tmpfs
will speed up compilation significantly.
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to