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 8b92dae commit 6ac01faCopy full SHA for 6ac01fa
test/test_core.py
@@ -798,6 +798,7 @@ def test_mainenv(self):
798
})
799
def test_emmalloc(self, *args):
800
self.maybe_closure()
801
+ self.set_setting('DEFAULT_LIBRARY_FUNCS_TO_INCLUDE', ['$ptrToString'])
802
# in newer clang+llvm, the internal calls to malloc in emmalloc may be optimized under
803
# the assumption that they are external, so like in system_libs.py where we build
804
# malloc, we need to disable builtin here too
0 commit comments