diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-09 14:13:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-09 17:26:56 -0700 |
commit | c44aaae800adb84de2ae892e1eae77720118d8cf (patch) | |
tree | 80f159de54d4bdd180d4248845290b8f29eeb193 /emcc | |
parent | 8bd0457ad49d025489d6c46c0f266daec562dcb5 (diff) |
restore memory initialization and testing
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |