Skip to content

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Nov 2, 2023

Supersedes #20504

@sbc100 sbc100 requested review from brendandahl and kripken November 2, 2023 23:49
self.set_setting('NO_DYNAMIC_EXECUTION')
self.do_runf('main.cpp', '10\nok\n',
emcc_args=['-lembind', '-O2', '--closure', '1', '-sNO_DYNAMIC_EXECUTION', '--post-js', 'post.js'])
emcc_args=['--no-entry', '-lembind', '-O2', '--closure=1', '--minify=0', '--post-js=post.js'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is minify 0 intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it makes debugging easier. Not strictly needed but can be helpful and I think its harmless.

@sbc100 sbc100 merged commit 641b0b1 into emscripten-core:main Nov 3, 2023
@sbc100 sbc100 deleted the fix_embind_asserts branch November 3, 2023 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants