Switched to debug emscripten build

This commit is contained in:
Xawotihs
2016-06-23 08:20:24 +02:00
committed by GitHub
parent ed4871548e
commit 4b3a2531a6

View File

@@ -55,7 +55,7 @@ fi
if [ "$BUILD_TYPE" = "Emscripten" ]; then
mkdir build_emscripten
cd build_emscripten
emcmake cmake -DCMAKE_BUILD_TYPE=Release ..
emcmake cmake -DCMAKE_BUILD_TYPE=Debug ..
emmake make -j4
cd ..
fi