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
- Is there an way to reduce recompile time? 梁栋
- Re: Is there an way to reduce recompile time? Gregory Szorc
- Re: Is there an way to reduce recompile time? dliang
- Re: Is there an way to reduce recompile time? ishikawa
- Re: Is there an way to reduce recompile time? Toan Pham
- Re: Is there an way to reduce recompile time? ISHIKAWA, Chiaki
- Re: Is there an way to reduce recompile time? Joshua Cranmer 🐧