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
+1 -1
View File
@@ -55,7 +55,7 @@ fi
if [ "$BUILD_TYPE" = "Emscripten" ]; then if [ "$BUILD_TYPE" = "Emscripten" ]; then
mkdir build_emscripten mkdir build_emscripten
cd build_emscripten cd build_emscripten
emcmake cmake -DCMAKE_BUILD_TYPE=Release .. emcmake cmake -DCMAKE_BUILD_TYPE=Debug ..
emmake make -j4 emmake make -j4
cd .. cd ..
fi fi