Closed NotHyper-474 closed 10 months ago
Commit 284e937 adds the line set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "Embedded") to both x64-windows-llvm.toolchain.cmake and x64-win-llvm.toolchain.cmake but the former has an extra close parenthesis at the end
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "Embedded")
thx fixed it.
Commit 284e937 adds the line
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "Embedded")
to both x64-windows-llvm.toolchain.cmake and x64-win-llvm.toolchain.cmake but the former has an extra close parenthesis at the end