mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
16 lines
571 B
Plaintext
16 lines
571 B
Plaintext
|
|
# This file specifies the build flags for Firefox. You can use it by adding:
|
|
# . $topsrcdir/browser/config/mozconfig
|
|
# to the top of your mozconfig file.
|
|
|
|
export MOZ_PHOENIX=1
|
|
mk_add_options MOZ_PHOENIX=1
|
|
|
|
ac_add_options --disable-ldap
|
|
ac_add_options --disable-mailnews
|
|
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,gnomevfs,negotiateauth
|
|
ac_add_options --enable-crypto
|
|
ac_add_options --disable-composer
|
|
ac_add_options --enable-single-profile
|
|
ac_add_options --disable-profilesharing
|