summaryrefslogtreecommitdiff
path: root/wasm32-unknown-emscripten-configure
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-08 13:24:57 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-06-08 13:24:57 +0800
commitdbea417073f08cbc884225a392784abf613d320a (patch)
tree139b100c232a9b8e8ec610cf4957e853ed4c5ea0 /wasm32-unknown-emscripten-configure
parent79a5ba4766cc955ca62de807e3c41e3203555958 (diff)
Further generalise the autotools files
Diffstat (limited to 'wasm32-unknown-emscripten-configure')
-rwxr-xr-xwasm32-unknown-emscripten-configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/wasm32-unknown-emscripten-configure b/wasm32-unknown-emscripten-configure
new file mode 100755
index 0000000..f35091b
--- /dev/null
+++ b/wasm32-unknown-emscripten-configure
@@ -0,0 +1,4 @@
+#!/bin/sh
+export CPPFLAGS="$CPPFLAGS -DDEBUG"
+export CFLAGS="$CFLAGS -g"
+emconfigure ./configure --host=wasm32-unknown-emscripten --prefix=$EMSDK/upstream/emscripten/system