We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637bb1d commit f873168Copy full SHA for f873168
emcc.py
@@ -1162,8 +1162,7 @@ def check(input_file):
1162
if shared.Settings.EMULATED_FUNCTION_POINTERS == 0:
1163
shared.Settings.EMULATED_FUNCTION_POINTERS = 2 # by default, use optimized function pointer emulation
1164
shared.Settings.ERROR_ON_UNDEFINED_SYMBOLS = shared.Settings.WARN_ON_UNDEFINED_SYMBOLS = 0
1165
- if not shared.Settings.SIDE_MODULE:
1166
- shared.Settings.EXPORT_ALL = 1
+ shared.Settings.EXPORT_ALL = 1
1167
1168
if shared.Settings.EMTERPRETIFY:
1169
shared.Settings.FINALIZE_ASM_JS = 0
0 commit comments