From 6c93eb4477d88af046b915bc955c03693b2cbb58 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 23 Mar 2021 14:15:28 -0400 Subject: [PATCH] [libc++] Remove old cache file that was left behind by accident --- libcxx/cmake/caches/Generic-nodebug.cmake | 1 - 1 file changed, 1 deletion(-) delete mode 100644 libcxx/cmake/caches/Generic-nodebug.cmake diff --git a/libcxx/cmake/caches/Generic-nodebug.cmake b/libcxx/cmake/caches/Generic-nodebug.cmake deleted file mode 100644 index a62760fa..0000000 --- a/libcxx/cmake/caches/Generic-nodebug.cmake +++ /dev/null @@ -1 +0,0 @@ -set(LIBCXX_ENABLE_DEBUG_MODE_SUPPORT OFF CACHE BOOL "") -- 2.7.4