summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test.sh')
-rwxr-xr-xbuild_and_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 517ae4a..1829a89 100755
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -92,7 +92,7 @@ elif [ "$USE_COMPILER" = "emcc" ]; then
FOLDER=out_emcc
COMPILE=emcc
EXE_POSTFIX=.js
- LINK_FLAGS="-sFULL_ES3=1"
+ LINK_FLAGS="-sFULL_ES3"
elif [ "$USE_COMPILER" != "" ]; then
echo "Unknown C compiler"
exit 1