Skip to content

Commit

Permalink
Make emscripten flags compatible with older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-augustsson-epicgames committed Feb 23, 2024
1 parent 438b22b commit 2ffba47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.emscripten
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TMHS=./bin/mhs -itests
CC=emcc -sALLOW_MEMORY_GROWTH -sSTACK_SIZE=5MB
CC=emcc -sALLOW_MEMORY_GROWTH -sTOTAL_STACK=5MB
NODE=node
CONF=unix-64
.PHONY: test
Expand Down Expand Up @@ -43,4 +43,4 @@ test:
CC='$(CC)' $(TMHS) Info -otests/Info.js && $(NODE) tests/Info.js

clean:
rm -f tests/*.out tests/*.tmp tests/*.js
rm -f tests/*.out tests/*.tmp tests/*.js tests/*.wasm

0 comments on commit 2ffba47

Please sign in to comment.