diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-30 16:57:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-03 14:41:30 -0700 |
commit | d6e21d7851004b2853327d1de468e25ee97fe595 (patch) | |
tree | a76703a2013701f0f6036b9a2550d0f641322377 /emcc | |
parent | 2cd835bc76300c6979a91e3deaa2f50ce1aa3379 (diff) |
do not require LINKABLE in DLOPEN_SUPPORT
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1105,7 +1105,6 @@ try: debug_level = max(debug_level, 2) if shared.Settings.DLOPEN_SUPPORT: - shared.Settings.LINKABLE = 1 if shared.Settings.ALIASING_FUNCTION_POINTERS: logging.warning('disabling ALIASING_FUNCTION_POINTERS for dlopen support') shared.Settings.ALIASING_FUNCTION_POINTERS = 0 |