Confirmed users
91
edits
Line 12: | Line 12: | ||
* [https://groups.google.com/d/topic/mozilla.dev.platform/cm0Jsgr6nr0/discussion Install mozmake] | * [https://groups.google.com/d/topic/mozilla.dev.platform/cm0Jsgr6nr0/discussion Install mozmake] | ||
* Use "mach build binaries" for fast incremental builds if you change only C/C++ files (requires mozmake) | * Use "mach build binaries" for fast incremental builds if you change only C/C++ files (requires mozmake) | ||
* If using mozmake, be aware that [https://groups.google.com/forum/#!topic/firefox-dev/fEjTChWPJjg you must run "mach build-backend" if you change a moz.build file]. | |||
* [http://blog.pearce.org.nz/2013/03/reducing-windows-background-cpu-load.html Disable Windows' malware scanning and indexing] on your source and object dirs to reduce background CPU load while building. | * [http://blog.pearce.org.nz/2013/03/reducing-windows-background-cpu-load.html Disable Windows' malware scanning and indexing] on your source and object dirs to reduce background CPU load while building. | ||