michael@0: # Use at least -O1 for optimization to avoid stack space michael@0: # exhaustions caused by Clang function inlining. michael@0: ac_add_options --enable-debug michael@0: ac_add_options --enable-optimize="-O1" 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"