diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-21 11:22:51 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-21 11:22:51 -0700 |
commit | 4654f7b59b99d5b3dcddc0fce9938d7e9f4601e0 (patch) | |
tree | 640c6506a75261e79aead328e6e823c3602f9f22 | |
parent | 3f2b766b9112c60785960437b012e7b20c656901 (diff) |
todo
-rwxr-xr-x | emcc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1132,6 +1132,8 @@ try: libcxx_symbols = read_symbols(shared.path_from_root('system', 'lib', 'libcxx', 'symbols'), exclude=libc_symbols) libcxxabi_symbols = read_symbols(shared.path_from_root('system', 'lib', 'libcxxabi', 'symbols'), exclude=libc_symbols) + # XXX we should disable EMCC_DEBUG (and EMCC_OPTIMIZE_NORMALLY?) when building libs, just like in the relooper + def build_libc(lib_filename, files): o_s = [] prev_cxx = os.environ.get('EMMAKEN_CXX') |