win: add _ITERATOR_DEBUG_LEVEL=2 distro#5722
Merged
MaxRayskiy merged 35 commits intomasterfrom Apr 21, 2026
Merged
Conversation
…or-debug-level2 Made-with: Cursor
Signed-off-by: Max Raiskii <max.raiskii@meshinspector.com>
Signed-off-by: Max Raiskii <max.raiskii@meshinspector.com>
Grantim
reviewed
Apr 1, 2026
Fedr
reviewed
Apr 1, 2026
| set(MESHLIB_BUILD_MESHCONV OFF) | ||
| ENDIF() | ||
|
|
||
| # Python modules are incompatible with _ITERATOR_DEBUG_LEVEL=2 because the |
Contributor
There was a problem hiding this comment.
may be check then that we are building Debug configuration, since Release configuration will not have any problems with this triplet
Contributor
Author
There was a problem hiding this comment.
AND CMAKE_BUILD_TYPE STREQUAL "Debug" (line 81) checks it
Signed-off-by: Max Raiskii <max.raiskii@meshinspector.com>
Grantim
approved these changes
Apr 21, 2026
Comment on lines
+19
to
+29
| matrix: | ||
| include: | ||
| - vcpkg_triplet: x64-windows-meshlib | ||
| extract_release: MREDist_Release.zip | ||
| extract_debug: MREDist_Debug.zip | ||
| output_zip: MeshLibDist.zip | ||
| artifact_name: DistributivesWin | ||
| - vcpkg_triplet: x64-windows-meshlib-iterator-debug | ||
| extract_debug: MREDist_Debug-IteratorDebug.zip | ||
| output_zip: MeshLibDist-IteratorDebug.zip | ||
| artifact_name: DistributivesWin-IteratorDebug |
Contributor
There was a problem hiding this comment.
do we push two separate distros? can we merge three into one archive (Release/Debug/Debug_IDL2)?
Contributor
Author
There was a problem hiding this comment.
for now its a separate release
https://github.com/MeshInspector/MeshLib/releases/tag/untagged-6146e0f2e8b0047b0ad7
ok, i will update it
Signed-off-by: Max Raiskii <max.raiskii@meshinspector.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.