Bug 1695331 - Disable memory/replace/logalloc/replay in ccov fuzzing builds. r=calixte DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D106777
This commit is contained in:
Marco Castelluccio 2021-03-01 15:41:15 +00:00
Родитель f01d9a4402
Коммит 50efad8d07
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,17 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifndef CROSS_COMPILE
ifdef FUZZING
ifdef MOZ_CODE_COVERAGE
SKIP = 1
endif
endif
ifdef CROSS_COMPILE
SKIP = 1
endif
ifneq ($(SKIP),1)
ifeq ($(OS_TARGET),WINNT)
LOGALLOC_VAR = MOZ_REPLACE_MALLOC_LIB