ac_add_options --enable-application=browser
ac_add_options --enable-optimize
ac_add_options --enable-update-channel=release
ac_add_options --enable-update-packaging
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-official-branding

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

CC=$REAL_CC
CXX=$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
