author | Marco Castelluccio <mcastelluccio@mozilla.com> |
Tue, 16 Jan 2018 15:44:54 +0100 | |
changeset 400723 | 311348121c7062ce03fab0406e82669466a7a085 |
parent 400722 | 7879c7d16bb4b105a660dade09b83197bf47ade5 |
child 400724 | bbac8c59d58c50fec337b4832ad8ab28bc507bee |
push id | 33313 |
push user | ncsoregi@mozilla.com |
push date | Thu, 25 Jan 2018 10:14:49 +0000 |
treeherder | mozilla-central@040afea6562f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 1403005 |
milestone | 60.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/config/mozconfigs/linux64/code-coverage +++ b/browser/config/mozconfigs/linux64/code-coverage @@ -1,14 +1,13 @@ . "$topsrcdir/browser/config/mozconfigs/linux64/nightly" TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir} ac_add_options --disable-install-strip -ac_add_options --disable-jemalloc ac_add_options --disable-elf-hack ac_add_options --enable-debug ac_add_options --disable-sandbox ac_add_options --disable-profiling ac_add_options --enable-coverage export CFLAGS="--coverage" export CXXFLAGS="--coverage"