Adding EMCC_DEBUG=1 to debug

This commit is contained in:
James Chen 2013-06-15 11:52:46 +08:00
parent 08b3107467
commit 8c671bd0e9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [ "$PLATFORM"x = "emscripten"x ]; then
export LLVM=$HOME/bin/clang+llvm-3.2/bin
sudo mkdir -p /Library/Fonts
sudo cp samples/Cpp/TestCpp/Resources/fonts/arial.ttf /Library/Fonts/Arial.ttf
make -f Makefile.emscripten -j 8
EMCC_DEBUG=1 make -f Makefile.emscripten -j 8
fi
if [ "$PLATFORM"x = "ios"x ]; then