suite/config/mozconfigs/linux64/debug
author Geoff Lankow <geoff@darktrojan.net>
Fri, 18 Jul 2025 14:48:23 +1200 (3 days ago)
changeset 45529 52e21ed992a06e100223b700ee4eff84c17da89e
parent 29498 f0799dbf510175a46545e62bff136187f04cd9ab
permissions -rw-r--r--
Bug 1977082 - Remove unused imports of AddonManager.sys.mjs. r=freaktechnik Differential Revision: https://phabricator.services.mozilla.com/D257804
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}

. $TOOLTOOL_DIR/build/unix/mozconfig.linux
. $TOOLTOOL_DIR/build/mozconfig.stylo
. $TOOLTOOL_DIR/comm/suite/config/mozconfigs/mozconfig.linux.common
. $TOOLTOOL_DIR/comm/suite/config/mozconfigs/common

ac_add_options --enable-application=comm/suite
ac_add_options --enable-debug
ac_add_options --enable-calendar

mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON3) @MOZ_OBJDIR@/_profile/pgo/profileserver.py'

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# Package js shell
export MOZ_PACKAGE_JSSHELL=1

#Use ccache
ac_add_options --with-ccache=/usr/bin/ccache