forked from mirrors/gecko-dev
--enable-application is the historic flag, and --enable-project was added to handle the non-application things we build, while encompassing the meaning of --enable-application. --enable-project has been preferred for a while and we should reflect that more consistently in mozconfigs, documentation, etc. Differential Revision: https://phabricator.services.mozilla.com/D162625
9 lines
397 B
Text
9 lines
397 B
Text
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# 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.
|
|
|
|
ac_add_options --enable-project=browser
|