Skip to content

Commit 48ef58c

Browse files
committed
MOre fixes previous is working
1 parent 6d8356f commit 48ef58c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ endfunction()
3232

3333
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
3434
# Reduce projects built for Windows due to 2GB installer limits.
35-
#set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra")
36-
set (DEFAULT_PROJECTS "clang;lld")
35+
set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra")
3736
else()
3837
set (DEFAULT_PROJECTS "clang;lld;lldb;clang-tools-extra;polly;mlir;flang")
3938
endif()

0 commit comments

Comments
 (0)