Skip to content

win: add _ITERATOR_DEBUG_LEVEL=2 distro#5722

Open
MaxRayskiy wants to merge 26 commits intomasterfrom
feature/7075_iterator-debug-level2
Open

win: add _ITERATOR_DEBUG_LEVEL=2 distro#5722
MaxRayskiy wants to merge 26 commits intomasterfrom
feature/7075_iterator-debug-level2

Conversation

@MaxRayskiy
Copy link
Copy Markdown
Contributor

No description provided.

@MaxRayskiy MaxRayskiy requested a review from Grantim February 17, 2026 22:16
@MaxRayskiy MaxRayskiy added the skip-image-rebuild force to skip docker image rebuild label Mar 27, 2026
@MaxRayskiy MaxRayskiy removed the skip-image-rebuild force to skip docker image rebuild label Mar 27, 2026
output_zip: MeshLibDist.zip
artifact_name: DistributivesWin
- vcpkg_triplet: x64-windows-meshlib-iterator-debug
extract_release: MREDist_Release-IteratorDebug.zip
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

it seems strange, do we have Release with changed iterator debug level?

Comment on lines +12 to +14
# MSVC: _ITERATOR_DEBUG_LEVEL > 1 is invalid in Release (see yvals.h C1189)
set(VCPKG_CXX_FLAGS_RELEASE "${VCPKG_CXX_FLAGS_RELEASE} /D_ITERATOR_DEBUG_LEVEL=0")
set(VCPKG_C_FLAGS_RELEASE "${VCPKG_C_FLAGS_RELEASE} /D_ITERATOR_DEBUG_LEVEL=0") No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we need to set it explicitly?

set(MESHLIB_BUILD_MESHCONV OFF)
ENDIF()

# Python modules are incompatible with _ITERATOR_DEBUG_LEVEL=2 because the
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

may be check then that we are building Debug configuration, since Release configuration will not have any problems with this triplet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants