This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder