mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
231a4686ff
After bug 1651806, we're trying to caution people against running `mach build $A_SPECIFIC_TARGET` because it's not generally supported. `dumbmake` is a piece of infrastructure that attempts to make this use case a little bit more useable, but it was always supposed to be a stopgap. There doesn't seem to be a need for it any more. Differential Revision: https://phabricator.services.mozilla.com/D83136
57 lines
921 B
ReStructuredText
57 lines
921 B
ReStructuredText
============
|
|
Build System
|
|
============
|
|
|
|
Important Concepts
|
|
==================
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
glossary
|
|
build-overview
|
|
supported-configurations
|
|
Mozconfig Files <mozconfigs>
|
|
mozbuild-files
|
|
mozbuild-symbols
|
|
files-metadata
|
|
Profile Guided Optimization <pgo>
|
|
slow
|
|
environment-variables
|
|
build-targets
|
|
python
|
|
test_manifests
|
|
mozinfo
|
|
preprocessor
|
|
jar-manifests
|
|
defining-binaries
|
|
defining-xpcom-components
|
|
toolchains
|
|
locales
|
|
rust
|
|
sparse
|
|
Support for projects building with GN <gn>
|
|
telemetry
|
|
sccache-dist
|
|
test_certificates
|
|
|
|
integrated development environment (IDE)
|
|
========================================
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
androideclipse
|
|
cppeclipse
|
|
visualstudio
|
|
|
|
mozbuild
|
|
========
|
|
|
|
mozbuild is a Python package containing a lot of the code for the
|
|
Mozilla build system.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
mozbuild/index
|
|
|