aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-09 14:13:09 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-09 17:26:56 -0700
commitc44aaae800adb84de2ae892e1eae77720118d8cf (patch)
tree80f159de54d4bdd180d4248845290b8f29eeb193 /emcc
parent8bd0457ad49d025489d6c46c0f266daec562dcb5 (diff)
restore memory initialization and testing
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.