From e72ef92b5bdc43cd2584198e2e54e951b70299e8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:32:58 -0500 Subject: Add Basilisk --- .../config/mozconfigs/linux32/nightly-asan | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 application/basilisk/config/mozconfigs/linux32/nightly-asan (limited to 'application/basilisk/config/mozconfigs/linux32/nightly-asan') diff --git a/application/basilisk/config/mozconfigs/linux32/nightly-asan b/application/basilisk/config/mozconfigs/linux32/nightly-asan new file mode 100644 index 000000000..0930c184f --- /dev/null +++ b/application/basilisk/config/mozconfigs/linux32/nightly-asan @@ -0,0 +1,22 @@ +# We still need to build with debug symbols +ac_add_options --disable-debug +ac_add_options --enable-optimize="-O2 -g" + +# ASan specific options on Linux +ac_add_options --enable-valgrind + +. $topsrcdir/build/unix/mozconfig.asan + +export PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/share/pkgconfig +. $topsrcdir/build/unix/mozconfig.gtk + +# Package js shell. +export MOZ_PACKAGE_JSSHELL=1 + +# Enable Telemetry +export MOZ_TELEMETRY_REPORTING=1 + +# Need this to prevent name conflicts with the normal nightly build packages +export MOZ_PKG_SPECIAL=asan + +. "$topsrcdir/build/mozconfig.common.override" -- cgit v1.2.3