Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add switch to disable batching of inputs when building system libs #20929

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 15, 2023

Basically gives emscripten developers a way to opt out of #20577.

I've found it useful for debugging to build just one file at time and have absolute (not relative) paths in the build commands. This allows me to copy and paste a single failing command and run it in isolation when working on system library changes.

Basically gives emscripten developers a way to opt out of emscripten-core#20577.

I've found it useful for debugging to build just one file at time and
have absolute (not relative) paths in the build commands.  This allows
me to copy and paste a single failing command and run it in isolation
when working on system library changes.
@sbc100 sbc100 requested review from RReverser and kripken December 15, 2023 19:08
@sbc100 sbc100 merged commit d9e7b56 into emscripten-core:main Dec 18, 2023
@sbc100 sbc100 deleted the batch_build_swtich branch December 18, 2023 23:05
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