From c14c69f031a86d871e6decfdc8dc5ce7642ddddd Mon Sep 17 00:00:00 2001 From: Abhishek Varma Date: Tue, 10 Sep 2024 10:00:52 +0000 Subject: [PATCH] TEMPORARY commit to see Mac test failure via CI --- build_tools/ci/build_test_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/ci/build_test_cpp.sh b/build_tools/ci/build_test_cpp.sh index 6f7a820aa..701be9792 100644 --- a/build_tools/ci/build_test_cpp.sh +++ b/build_tools/ci/build_test_cpp.sh @@ -63,7 +63,7 @@ echo '{ cd $iree_dir CMAKE_ARGS="\ -GNinja \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_INSTALL_PREFIX=$install_dir \ -DCMAKE_INSTALL_LIBDIR=lib \ -DIREE_ERROR_ON_MISSING_SUBMODULES=OFF \