278
edits
Pweilbacher (talk | contribs) m (enable-static twice doesn't make much sense) |
|||
| Line 23: | Line 23: | ||
*<tt>ac_add_options --enable-extensions=default,lightning</tt> | *<tt>ac_add_options --enable-extensions=default,lightning</tt> | ||
Static builds | Static builds are causing some problems ([https://bugzilla.mozilla.org/show_bug.cgi?id=330753 Bug 330753]), so make sure that your <tt>.mozconfig</tt> doesn't include the lines: | ||
*<tt>ac_add_options --disable-shared</tt> | *<tt>ac_add_options --disable-shared</tt> | ||
*<tt>ac_add_options --enable-static</tt> | *<tt>ac_add_options --enable-static</tt> | ||
edits