From 10970d42907357a800d027642945c13eb880e4c7 Mon Sep 17 00:00:00 2001 From: ToadKing Date: Sun, 10 Nov 2013 02:57:12 -0500 Subject: [PATCH] [EMSCRIPTEN] add --no-heap-copy --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index 1092e3dfb5..3bb5c77d9f 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -59,7 +59,7 @@ libretro = libretro_emscripten.bc LIBS = -lm DEFINES = -DHAVE_SCREENSHOTS -DHAVE_NULLAUDIO -DHAVE_BSV_MOVIE -LDFLAGS = -L. -s TOTAL_MEMORY=$(MEMORY) --js-library emscripten/library_rwebaudio.js --js-library emscripten/library_rwebinput.js +LDFLAGS = -L. -s TOTAL_MEMORY=$(MEMORY) --js-library emscripten/library_rwebaudio.js --js-library emscripten/library_rwebinput.js --no-heap-copy ifeq ($(PERF_TEST), 1) DEFINES += -DPERF_TEST