mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
f5b95abfc2
--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
10 lines
397 B
Plaintext
10 lines
397 B
Plaintext
# 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
|