ac_add_options --enable-application=browser
ac_add_options --enable-optimize
ac_add_options --enable-update-channel=nightly
ac_add_options --enable-update-packaging
ac_add_options --disable-debug
ac_add_options --enable-tests
ac_add_options --enable-codesighs

REAL_CC=/tools/gcc/bin/gcc
REAL_CXX=/tools/gcc/bin/g++

CC="ccache $REAL_CC"
CXX="ccache $REAL_CXX"

export CFLAGS="-gstabs+"
export CXXFLAGS="-gstabs+"

# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1

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

# more options for 1.9 vs mozilla-central perf comparisons
# shouldn't do anything - we don't do profiled builds on linux
mk_add_options PROFILE_GEN_SCRIPT=@TOPSRCDIR@/build/profile_pageloader.pl

# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
