We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we are using the default build process, which uses a prebuilt V8 from rusty_v8.
rusty_v8
Should we turn this off and rebuild V8 from scratch?
I do not know the cross-compile story on that, but for non-cross builds it should work (and will take a lot more build time).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comment:
Right now we are using the default build process, which uses a prebuilt V8 from
rusty_v8
.Should we turn this off and rebuild V8 from scratch?
I do not know the cross-compile story on that, but for non-cross builds it should work (and will take a lot more build time).
The text was updated successfully, but these errors were encountered: