Bug 1613998 - Use MOZ_INCLUDE_SOURCE_INFO=1 in Linux ASan debug build. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D83417
This commit is contained in:
Tyson Smith 2020-07-14 00:33:56 +00:00
Родитель 5910d679e9
Коммит 22a9a38bd6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -16,6 +16,10 @@ ac_add_options --disable-elf-hack
# to analyze fuzzing bugs with rr. # to analyze fuzzing bugs with rr.
ac_add_options --enable-fuzzing ac_add_options --enable-fuzzing
# Include 'SourceRepository' in application.ini which
# is used by Pernosco to locate source
export MOZ_INCLUDE_SOURCE_INFO=1
# Package js shell. # Package js shell.
export MOZ_PACKAGE_JSSHELL=1 export MOZ_PACKAGE_JSSHELL=1