aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 1d285cbb..df6e649f 100755
--- a/emcc
+++ b/emcc
@@ -721,7 +721,7 @@ try:
bind = False
jcache = False
save_bc = False
- memory_init_file = False # XXX TODO True
+ memory_init_file = True
if use_cxx:
default_cxx_std = '-std=c++03' # Enforce a consistent C++ standard when compiling .cpp files, if user does not specify one on the cmdline.