From 81554dac615765bf5131189e5035865b976cfae3 Mon Sep 17 00:00:00 2001 From: Leon Krause Date: Sat, 23 Feb 2019 20:06:22 +0100 Subject: Fix file preloading warning in HTML5 platform --- platform/javascript/detect.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'platform/javascript/detect.py') diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index c3f3946ee0..3cc79097f8 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -129,10 +129,6 @@ def configure(env): # us since we don't know requirements at compile-time. env.Append(LINKFLAGS=['-s', 'ALLOW_MEMORY_GROWTH=1']) - # Since we use both memory growth and MEMFS preloading, - # this avoids unnecessary copying on start-up. - env.Append(LINKFLAGS=['--no-heap-copy']) - # This setting just makes WebGL 2 APIs available, it does NOT disable WebGL 1. env.Append(LINKFLAGS=['-s', 'USE_WEBGL2=1']) -- cgit v1.2.3