Skip to content
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

Always build rust integration with release runtime library on Windows #3226

Merged
merged 2 commits into from May 17, 2024

Conversation

zaddach
Copy link
Contributor

@zaddach zaddach commented Apr 6, 2024

This fixes #3225

Copy link
Collaborator

@benjaminwinger benjaminwinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #3225 (comment), but I don't have any objections to doing this. As far as I understand it just means we don't get debug symbols for the MSVC runtime library, but would still get them for kuzu itself in debug mode, and I think this is probably a cleaner way of handling it than having to set environment variables.

@benjaminwinger
Copy link
Collaborator

The CI pipeline will need to be updated to remove the environment variables overriding with /MDd (here).

Additionally, can you add I have read and agree to the terms under CLA.md to the description in this PR (I guess you just did in #3228, but it's easier to keep track if it's included in each PR).

@zaddach
Copy link
Contributor Author

zaddach commented May 13, 2024

I have read and agree to the terms under CLA.md

@andyfengHKU andyfengHKU merged commit ea4aaeb into kuzudb:master May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking error when building rust crate in debug mode on Windows
3 participants