ASAN - disable elfhack on intel only

This commit is contained in:
Martin Stransky 2019-12-09 20:16:07 +01:00
parent c47608a66c
commit 1eccbd6ca3
1 changed files with 2 additions and 0 deletions

View File

@ -463,8 +463,10 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --enable-address-sanitizer" >> .mozconfig
echo "ac_add_options --disable-jemalloc" >> .mozconfig
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%ifarch x86_64 %{ix86}
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
%endif
echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig