aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/emcc b/emcc
index d5dff4bb..9cefa742 100755
--- a/emcc
+++ b/emcc
@@ -1104,12 +1104,6 @@ try:
shared.Settings.LINKABLE = 1 # TODO: add FORCE_DCE option for the brave people that do want to dce here and in side modules
debug_level = max(debug_level, 2)
- if shared.Settings.DLOPEN_SUPPORT:
- if shared.Settings.ALIASING_FUNCTION_POINTERS:
- logging.warning('disabling ALIASING_FUNCTION_POINTERS for dlopen support')
- shared.Settings.ALIASING_FUNCTION_POINTERS = 0
- shared.Settings.RESERVED_FUNCTION_POINTERS = max(shared.Settings.RESERVED_FUNCTION_POINTERS, 10)
-
if shared.Settings.ASSERTIONS and shared.Settings.ALIASING_FUNCTION_POINTERS:
logging.warning('ALIASING_FUNCTION_POINTERS is on, function pointer comparisons may be invalid across types')