We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48acca9 commit b1ece11Copy full SHA for b1ece11
runtime/CMakeLists.txt
@@ -53,7 +53,8 @@ set(CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
53
set(DRUNTIME_EXTRA_FLAGS )
54
set(DRUNTIME_EXTRA_UNITTEST_FLAGS -d-version=CoreUnittest -unittest -checkaction=context -linkonce-templates)
55
set(PHOBOS2_EXTRA_FLAGS )
56
-set(PHOBOS2_EXTRA_UNITTEST_FLAGS -d-version=StdUnittest -unittest -checkaction=context -linkonce-templates)
+# FIXME: restore `-checkaction=context` after https://github.com/dlang/dmd/issues/21646 has been fixed
57
+set(PHOBOS2_EXTRA_UNITTEST_FLAGS -d-version=StdUnittest -unittest -linkonce-templates)
58
59
# Shadow the D_FLAGS cache variable by a regular variable containing all base D flags
60
set(D_FLAGS ${D_FLAGS} ${D_EXTRA_FLAGS})
0 commit comments