-
Notifications
You must be signed in to change notification settings - Fork 151
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
Cannot link against a MSVC built Vc because it needs Vc_CDECL on some symbols #289
Comments
I ran DUMPLIB on Vc.lib, since I couldn't notice why it was complaining on those symbols: Open for log
All the functions are being specified as |
There was a discussion on I honestly don't know why we default to |
/MD /O1 /Ob1 /DNDEBUG /fp:fast
Testcase
Actual Results
CMake finds and instantiates
Vc::Vc
, compilation succeeds, but linking fails:Expected Results
Compilation and linking successful with no errors.
The text was updated successfully, but these errors were encountered: