michael@0: # We still need to build with debug symbols michael@0: ac_add_options --disable-debug michael@0: ac_add_options --enable-optimize="-O2 -g" michael@0: michael@0: # ASan specific options on Linux michael@0: ac_add_options --enable-valgrind michael@0: michael@0: . $topsrcdir/build/unix/mozconfig.asan michael@0: michael@0: # Package js shell. michael@0: export MOZ_PACKAGE_JSSHELL=1 michael@0: michael@0: # Need this to prevent name conflicts with the normal nightly build packages michael@0: export MOZ_PKG_SPECIAL=asan michael@0: michael@0: . "$topsrcdir/build/mozconfig.common.override"