Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Compiling Mozilla With Clang On Windows

To build on Windows using clang, add this to your configuration.

export CC=clang -D__GNUC__
export CXX=clang++ -D__GNUC__

This needs more details!

Document Tags and Contributors

 Contributors to this page: teoli, Sheppy, jrmuizel
 Last updated by: Sheppy,