-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
build(-system) fixes #22527
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
build(-system) fixes #22527
Conversation
24913f1
to
f842f06
Compare
There are linker failures from MSVS 2015 configuration (1 2 3):
Update: Build with MSVS 2017 looks good. Update 2: Build with MSVS 2019 are broken too. |
it seems the PCH change unmasks some structural issues regarding the tests. I would suggest to just revert to the old PCH code for MSVC, as I lack the insight to fix the tests right now. |
Looks like in this case compilation with PCH ignores some compilation flags (PCH file can't handle multiple sets of them). Patch is validated here: https://pullrequest.opencv.org/buildbot/builders/precommit_windows64/builds/100140 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.