aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-30 16:57:42 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-03 14:41:30 -0700
commitd6e21d7851004b2853327d1de468e25ee97fe595 (patch)
treea76703a2013701f0f6036b9a2550d0f641322377 /emcc
parent2cd835bc76300c6979a91e3deaa2f50ce1aa3379 (diff)
do not require LINKABLE in DLOPEN_SUPPORT
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 0 insertions, 1 deletions
diff --git a/emcc b/emcc
index a68f0fc9..d5dff4bb 100755
--- a/emcc
+++ b/emcc
@@ -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