Open main menu

CDOT Wiki β

Changes

DTrace 0.1 Release

21 bytes removed, 13:12, 18 October 2008
Step 3: .Mozconfig file
The 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>
<codepre>//Macmake -f client.mk build<//code> or <code>OpenSolarisgmake -f client.mk build</codepre> if you are using GNU.
Some people often omit the dtrace line from .mozconfig and run this command instead:
<codepre>
$ configure --enable-dtrace<br>
$ make or gmake
</codepre>
This works the same way. But I have seen most OpenSolaris people do this when it comes to installing patches to improve the D-Trace functionality.
1
edit