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

Removed _ITERATOR_DEBUG_LEVEL override on Windows builds #949

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

rdbo
Copy link
Contributor

@rdbo rdbo commented Aug 7, 2023

Fixes #948
Summary:
Windows doesn't seem to let you link two objects when there is a mismatch between the value of _ITERATOR_DEBUG_LEVEL between them. The default value for _ITERATOR_DEBUG_VALUE on a Debug build is 2, but LIEF is manually overwriting that value with 0

Removed override of `_ITERATOR_DEBUG_LEVEL` variable on Windows.
@romainthomas
Copy link
Member

Good to me!

@romainthomas romainthomas merged commit 1f3b19e into lief-project:master Aug 12, 2023
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.

Let CMake automagically pick _ITERATOR_DEBUG_LEVEL for Windows
2 participants