Change extensions blacklist to a whitelist, and clarify -O2 comment.

git-svn-id: svn://10.0.0.236/trunk@145536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-08-04 09:25:59 +00:00
parent 99191c2fc1
commit 5e6511d326

View File

@@ -128,9 +128,9 @@
ac_add_options --enable-optimize=-O2<br>
ac_add_options --disable-ldap<br>
ac_add_options --disable-mailnews<br>
ac_add_options --enable-extensions=default,-inspector,-irc,-venkman,-content-packs,-help<br>
ac_add_options --enable-extensions=cookie,wallet,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices<br>
<br>
<b>Note: DO NOT USE --enable-optimize=-O2 on Windows. There are bugs.</b>
<b>Note: DO NOT USE --enable-optimize=-O2 on Windows. There are bugs. Simply use --enable-optimize.</b>
</code>
<li>Pull from CVS and build as described in the <a href="http://www.mozilla.org/build/unix.html">Mozilla build instructions</a>.
<li>Run the MozillaFirebird executable that is left in dist/bin</li>