-
Notifications
You must be signed in to change notification settings - Fork 124
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
v0.9.6 prints "lost pointers" on exit #175
Comments
Whoops, I think we built libspatialindex in debug mode @mikedh |
Ah that's interesting, I actually was copying in a new CMakeLists because the one in libspatialindex appeared to have a conditional which would always ignore the passed CMAKE_BUILD_TYPE argument on MSVC (lines in original CMakeLists)[https://github.com/libspatialindex/libspatialindex/blob/master/CMakeLists.txt#L102-L111]) so (I may totally be mistaken here) it was previously always building as RelWithDebInfo on Windows. It looks like the built wheel on Windows is building as
We could change it back to |
Ah but yeah the MSCV is indeed building it as
|
Can these new wheels be made available as a post-release perhaps? |
I have issued a new release, and the new wheels should be updated within the hour. |
Tried the new v0.9.6 on Windows and I get this message on exit:
The text was updated successfully, but these errors were encountered: