mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1744890 - Remove build_type field from clang configs. r=firefox-build-system-reviewers,andi
`Release` is the default already. Differential Revision: https://phabricator.services.mozilla.com/D133177
This commit is contained in:
parent
5acfe5550f
commit
6110e21789
@ -3,7 +3,6 @@
|
||||
"pgo" : true,
|
||||
"build_wasm": true,
|
||||
"wasi-compiler-rt": "{MOZ_FETCHES_DIR}/compiler-rt",
|
||||
"build_type": "Release",
|
||||
"cc": "/usr/bin/gcc",
|
||||
"cxx": "/usr/bin/g++",
|
||||
"as": "/usr/bin/gcc",
|
||||
|
@ -2,7 +2,6 @@
|
||||
"stages": "4",
|
||||
"pgo" : true,
|
||||
"build_wasm": true,
|
||||
"build_type": "Release",
|
||||
"cc": "/usr/bin/gcc",
|
||||
"cxx": "/usr/bin/g++",
|
||||
"as": "/usr/bin/gcc",
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"stages": "1",
|
||||
"build_wasm": true,
|
||||
"build_type": "Release",
|
||||
"osx_cross_compile": true,
|
||||
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "2",
|
||||
"build_type": "Release",
|
||||
"cc": "cl.exe",
|
||||
"cxx": "cl.exe",
|
||||
"ml": "ml64.exe",
|
||||
|
@ -2,7 +2,6 @@
|
||||
"stages": "4",
|
||||
"pgo" : true,
|
||||
"build_wasm": true,
|
||||
"build_type": "Release",
|
||||
"cc": "cl.exe",
|
||||
"cxx": "cl.exe",
|
||||
"ml": "ml64.exe",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "3",
|
||||
"build_type": "Release",
|
||||
"cc": "/usr/bin/gcc",
|
||||
"cxx": "/usr/bin/g++",
|
||||
"as": "/usr/bin/gcc",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "3",
|
||||
"build_type": "Release",
|
||||
"cc": "/usr/bin/gcc",
|
||||
"cxx": "/usr/bin/g++",
|
||||
"as": "/usr/bin/gcc",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "1",
|
||||
"build_type": "Release",
|
||||
"build_clang_tidy": true,
|
||||
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "1",
|
||||
"build_type": "Release",
|
||||
"build_clang_tidy": true,
|
||||
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "1",
|
||||
"build_type": "Release",
|
||||
"build_clang_tidy": true,
|
||||
"osx_cross_compile": true,
|
||||
"cc": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"stages": "1",
|
||||
"build_type": "Release",
|
||||
"build_clang_tidy": true,
|
||||
"cc": "cl.exe",
|
||||
"cxx": "cl.exe",
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"stages": "2",
|
||||
"build_wasm": true,
|
||||
"build_type": "Release",
|
||||
"cc": "/usr/bin/gcc",
|
||||
"cxx": "/usr/bin/g++",
|
||||
"as": "/usr/bin/gcc",
|
||||
|
Loading…
Reference in New Issue
Block a user