зеркало из https://github.com/mozilla/gecko-dev.git
8a4288a193
We default to -Zi for Windows debug flags, which is for generating debug info into a PDB file, but clang-cl doesn't actually implement that so -Zi is an alias for -Z7 in clang-cl: http://clang.llvm.org/docs/UsersManual.html#id9 sccache has special handling for -Zi because multiple compiles writing to the same PDB file is not cacheable, so we've always overridden -Zi with -Z7 in CI when using sccache. Given that everyone should be using clang-cl nowadays and MSVC will no longer be supported soon, this patch changes the default and removes some PDB file name flag setting from rules.mk, as well as the no-longer-necessary overrides from mozconfig.cache. Differential Revision: https://phabricator.services.mozilla.com/D18264 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
Moz | ||
external | ||
faster | ||
makefiles | ||
mozunit | ||
tests | ||
AB_rCD.mk | ||
Makefile.in | ||
MozZipFile.py | ||
autoconf-js.mk.in | ||
autoconf.mk.in | ||
baseconfig.mk | ||
check_js_msg_encoding.py | ||
check_js_opcode.py | ||
check_macroassembler_style.py | ||
check_source_count.py | ||
check_spidermonkey_style.py | ||
check_vanilla_allocations.py | ||
config.mk | ||
createprecomplete.py | ||
emptyvars-js.mk.in | ||
emptyvars.mk.in | ||
gcc-stl-wrapper.template.h | ||
gcc_hidden.h | ||
install.bat | ||
make-stl-wrappers.py | ||
make-system-wrappers.py | ||
make-windows-h-wrapper.py | ||
milestone.txt | ||
moz.build | ||
msvc-stl-wrapper.template.h | ||
nsinstall.c | ||
nsinstall.py | ||
pathsub.c | ||
pathsub.h | ||
printconfigsetting.py | ||
printprereleasesuffix.py | ||
pythonpath.py | ||
rebuild_check.py | ||
recurse.mk | ||
rules.mk | ||
run-and-prefix.py | ||
run_spidermonkey_checks.py | ||
static-checking-config.mk | ||
stl-headers.mozbuild | ||
system-headers.mozbuild | ||
system_header_util.py | ||
version.mk | ||
version_win.pl | ||
windows-h-constant.decls.h | ||
windows-h-unicode.decls.h | ||
windows-h-wrapper.template.h |