mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_OBJDIR=~/Mozilla/builds/minefield-opt # A good rule of thumb is to make this be one more than the number of CPUs # in the system. mk_add_options MOZ_MAKE_FLAGS="-j3" ac_add_options --enable-application=browser # optimized build ac_add_options --enable-optimize ac_add_options --disable-debug # Uncomment this if libxul is taking too much memory to build. #ac_add_options --disable-libxul # Uncomment this if libxul is disabled and you want something packagable, # as you must enable either libxul or static to package a build. #ac_add_options --enable-static # Point to the correct name for the autoconf executable on this platform. mk_add_options AUTOCONF=autoconf213 # Enable dtrace so we can do performance research. ac_add_options --enable-dtrace