Skip to content

Commit 06322d4

Browse files
authored
[libcxx] [docs] Remove mention of a MSVC/Debug mode caveat (#68791)
Since e346fd8 and cd1b8be, the tests should run fine in Debug mode, with failed asserts not popping up blocking dialog boxes.
1 parent 76abab9 commit 06322d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libcxx/docs/BuildingLibcxx.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ should add e.g. ``-DCMAKE_CXX_COMPILER_TARGET=x86_64-windows-msvc`` (replacing
145145
line above. This will instruct ``check-cxx`` to use the right target triple
146146
when invoking ``clang++``.
147147

148-
Also note that if not building in Release mode, a failed assert in the tests
149-
pops up a blocking dialog box, making it hard to run a larger number of tests.
150-
151148
CMake + ninja (MinGW)
152149
---------------------
153150

0 commit comments

Comments
 (0)