-
Notifications
You must be signed in to change notification settings - Fork 121
debugmozjs build is not supported on Windows #189
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
Labels
Comments
Unfortunately this is a rustc limitation: rust-lang/rust#39016 |
Tried to fix this with #190 and CI looked like it worked, but that was a lie:
The build still contains -MDd and -MD simultaneously. |
I'm trying a new fix that looks promising: |
Oh that's annoying. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error says Rustc doesn't support MSVC debug runtime.
AFAIK gecko now supports Windows clang build, can we use it to workaround this?
The text was updated successfully, but these errors were encountered: