-
Notifications
You must be signed in to change notification settings - Fork 16
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
No dylib des #192
No dylib des #192
Conversation
improve compatibilty and build errors on build_cc/cmake for windows
null catches
In testing I noticed an almost doubling of test time between build_cc and cmake, they are now unified to make sure there is reduced chance of difference between builds. also enabled ability to read build environment of allocator
Interesting lto does not work for cc or gcc on x86_64 |
@mjp41 any ideas why cmake lto flag fails on msvc, ubuntu cc compiler with file format not recognized errors? |
Have a feeling I need println!("cargo::rustc-flags=-Clinker-plugin-lto"); I'll test later today |
Sorry, this is not my area of expertise. I can try and investigate on a Windows machine if you get stuck. |
removal of dylib