mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.
This commit is contained in:
parent
861360c65f
commit
09c06a2f45
18 changed files with 91 additions and 50 deletions
|
@ -36,7 +36,7 @@ else()
|
|||
"Whether to compile for debugging.")
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
if(MSVC AND (NOT USE_CLANG_CL))
|
||||
set(KDBG FALSE CACHE BOOL
|
||||
"Whether to compile in the integrated kernel debugger.")
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue