diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | wasm-unknown-emscripten-configure | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.lo *.o *.swp +*.wasm .deps .libs Makefile diff --git a/wasm-unknown-emscripten-configure b/wasm-unknown-emscripten-configure new file mode 100755 index 0000000..f84b40a --- /dev/null +++ b/wasm-unknown-emscripten-configure @@ -0,0 +1,4 @@ +#!/bin/sh +export CPPFLAGS="$CPPFLAGS -DDEBUG" +export CFLAGS="$CFLAGS -g" +emconfigure ./configure --prefix=$EMSDK/upstream/emscripten/system --disable-shared |