Changes

Jump to: navigation, search

DTrace 0.1 Release

24 bytes removed, 13:10, 18 October 2008
Step 3: .Mozconfig file
$vi .mozconfig
<b>ac_add_options --enable-dtrace</b><br>ac_add_options --disable-tests<br>ac_add_options --disable-debug <br>ac_add_options --enable-optimize<br>
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.
1
edit

Navigation menu