Bug 1432174 - Allow ASAN fuzzing builds to use legacy and unsigned addons. r=froydnj

This commit is contained in:
Ryan VanderMeulen 2018-01-23 10:19:23 -05:00
parent 1a6be56766
commit b76790c074

View File

@ -2,6 +2,11 @@
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O2 -gline-tables-only"
#add-on signing is checked but not enforced
MOZ_REQUIRE_SIGNING=0
# Enable MOZ_ALLOW_LEGACY_EXTENSIONS
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
. $topsrcdir/build/mozconfig.stylo
# ASan specific options on Linux