1
edit
Changes
→Step 3: .Mozconfig file
$vi .mozconfig
ac_add_options --enable-application=browser
</pre>
The bolded first option is the one we need. This tells the build to check for D-Trace dependancies and build the necessary probes on runtime. The rest are to ensure your build goes as fast as possible, and the application in the end will consume less memory. :wq out of the file and compile Mozilla using:<br>
<code>make -f client.mk build</code> or <code>gmake -f client.mk build</code> if you are using GNU.