mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1112314 - Add a mozconfig for Linux64 code coverage builds, r=ted, DONTBUILD because NPOTB
--HG-- extra : rebase_source : 0f63920d2cd8c836775a126cd8ae09c48a2f2452 extra : amend_source : 06d6d829c999b005c6221734ebbf0bfb54d1d4f5
This commit is contained in:
parent
ab70fe95ea
commit
16b9c8af1b
6
browser/config/mozconfigs/linux64/code-coverage
Normal file
6
browser/config/mozconfigs/linux64/code-coverage
Normal file
@ -0,0 +1,6 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/linux64/nightly"
|
||||
|
||||
MOZ_CODE_COVERAGE=1
|
||||
export CFLAGS="-fprofile-arcs -ftest-coverage"
|
||||
export CXXFLAGS="-fprofile-arcs -ftest-coverage"
|
||||
export LDFLAGS="-fprofile-arcs -ftest-coverage -lgcov"
|
Loading…
x
Reference in New Issue
Block a user