mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
14a4c90302
Differential Revision: https://phabricator.services.mozilla.com/D94676
15 lines
355 B
JSON
Executable File
15 lines
355 B
JSON
Executable File
{
|
|
"stages": "4",
|
|
"pgo" : true,
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"python_path": "/usr/bin/python2.7",
|
|
"gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
|
|
"cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
|
|
"as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
|
|
"patches": [
|
|
]
|
|
}
|