aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
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