Skip to content

Instantly share code, notes, and snippets.

View dhuseby's full-sized avatar

Dave Huseby dhuseby

View GitHub Profile
# figure out where B2G root is
export B2G_DIR=${B2G_DIR:-$(cd $(dirname $0); pwd)}
# options
export B2G_DEBUG=${B2G_DEBUG:-0}
export B2G_NOOPT=${B2G_NOOPT:-0}
export NOFTU=${NOFTU:-1}
export MOZ_PROFILING=${MOZ_PROFILING:-0}
export CC=gcc-4.6
export CXX=g++-4.6