From 31f45081d0c33d4935bf70d81548f1d98deb1932 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 2 Feb 2020 13:19:39 +1000 Subject: [PATCH] Update emscripten tests build script. --- tests/ma_build_tests_emscripten.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ma_build_tests_emscripten.bat b/tests/ma_build_tests_emscripten.bat index 5fedabbc..942a27b6 100644 --- a/tests/ma_build_tests_emscripten.bat +++ b/tests/ma_build_tests_emscripten.bat @@ -1,2 +1,2 @@ -emcc ./ma_test_0.c -o ./bin/ma_test_0_emscripten.html -s WASM=0 -std=c99 -emcc ./ma_duplex.c -o ./bin/ma_duplex.html -s WASM=0 -std=c99 \ No newline at end of file +::emcc ./ma_test_0.c -o ./bin/ma_test_0_emscripten.html -s WASM=0 -Wall +emcc ./ma_duplex.c -o ./bin/ma_duplex.html -s WASM=0 -Wall \ No newline at end of file