Skip to content

support clang-cl#10

Merged
sebsjames merged 1 commit intosebsjames:mainfrom
miyanyan:support-clang-cl
Jul 2, 2025
Merged

support clang-cl#10
sebsjames merged 1 commit intosebsjames:mainfrom
miyanyan:support-clang-cl

Conversation

@miyanyan
Copy link
Copy Markdown
Contributor

on windows, when using clang-cl, the CMAKE_SYSTEM is Win, but CMAKE_CXX_COMPILER_ID is Clang, so those msvc only flags will fail:

[build] clang: error: no such file or directory: '/EHsc' 
[build] clang: error: no such file or directory: '/Zc:__cplusplus' 
[build] clang: error: no such file or directory: '/constexpr:steps500000000'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants