. $topsrcdir/build/macosx/universal/mozconfig

export MOZILLA_OFFICIAL=1

# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-debug-symbols="-gdwarf-2"

ac_add_options --enable-application=xulrunner
ac_add_options --disable-tests

# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
