diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:31:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-05 18:31:18 -0700 |
commit | dad74e0d397ffc103e1aa53b99c1399f32b07fc2 (patch) | |
tree | 72f1b682144a62e90007d5c1e966a559834a1b37 /emcc | |
parent | 98665d3a9ac77f0acfd57c5a09136451305f01db (diff) |
disable memory init for now
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 = True + memory_init_file = False # XXX TODO 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. |