Volunteer-driven episode guide for The Joy of Coding
Question time!
./mach build faster
. What ./mach build faster
does is repackages a bunch of files into a directory that’s then read by the firefox binary at runtime… and sometimes we can get away with symlinking instead of repackaging. Sometimes not though! Specifically, for pre-processed files. Anything that has #ifdef in it, or needs to run some extra build-time step, we have to invoke that build-time step../mach build faster
. Or, if you’re feeling adventurous, try ./mach watch
, which will do the ./mach build faster
for you in the background../mach build
at all when modifying the test. You can just modify the test file, and then re-run the test../mach try auto