Bug 776556 - Disable package signing when ASan is enabled

This commit is contained in:
Christian Holler 2012-07-30 13:58:34 +02:00
parent b79ee47058
commit 6998e56f0f

View File

@ -30,6 +30,12 @@ endif # Darwin
ifeq (linux-gnu,$(TARGET_OS))
MOZ_EXTERNAL_SIGNING_FORMAT :=
endif # Linux
ifdef MOZ_ASAN
MOZ_INTERNAL_SIGNING_FORMAT :=
MOZ_EXTERNAL_SIGNING_FORMAT :=
endif
endif # MOZ_SIGN_CMD
endif # MOZ_PROFILE_GENERATE