-
Notifications
You must be signed in to change notification settings - Fork 13.3k
windows libuv build not optimized #6315
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
Comments
Still relevant |
Triage visit: appears to still be an issue. The first few lines of output of i686-pc-mingw32
x86_64-unknown-linux-gnu
The flags are extremely different for the former: it appears that none of our CFLAGS get passed to libuv. Also, as @klutzy points out, there's a FIXME in
|
The issue occurs on windows only because Currently we pass
However, this prevents any redefinition of Yes, it can be problematic for any platform, but regression was only fatal on windows. It's because libuv has two sub makefiles named
where By contrast, The simplest solution is adding
I guess there exists a better solution but don't know :) |
…ge_contains_using_float, r=llogiq Fix suggestion in `manual_range_contains` when using float Fix rust-lang#6315 changelog: Fix suggestion in `manual_range_contains` when using float
Just a minor issue to figure out in the future.
The text was updated successfully, but these errors were encountered: