Bug 1362478 - Disable sandbox in the code coverage build, as it prevents content processes from updating gcda files. r=jmaher

--HG--
extra : rebase_source : 42cfc10c7628f6f0fb9479dcc2bcb8b38477b4b5
This commit is contained in:
Marco Castelluccio 2017-05-05 18:31:45 +02:00
parent 6107141ae1
commit 4d753fcb37

View File

@ -7,6 +7,7 @@ ac_add_options --disable-jemalloc
ac_add_options --disable-crashreporter
ac_add_options --disable-elf-hack
ac_add_options --enable-debug
ac_add_options --disable-sandbox
MOZ_CODE_COVERAGE=1
export CFLAGS="--coverage"