зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1009732 - Do only one Proguard pass when build is not MOZILLA_OFFICIAL. r=ckitching
DONTBUILD This continues the convention that a developer build is when MOZILLA_OFFICIAL is not defined.
This commit is contained in:
Родитель
5b0facfaac
Коммит
2c2741fcd4
|
@ -92,9 +92,13 @@ ifdef MOZ_DISABLE_PROGUARD
|
|||
PROGUARD_PASSES=0
|
||||
else
|
||||
ifdef MOZ_DEBUG
|
||||
PROGUARD_PASSES=1
|
||||
PROGUARD_PASSES=1
|
||||
else
|
||||
PROGUARD_PASSES=6
|
||||
ifndef MOZILLA_OFFICIAL
|
||||
PROGUARD_PASSES=1
|
||||
else
|
||||
PROGUARD_PASSES=6
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче