[WORKFLOW]: CI Update

This commit is contained in:
2025-12-21 22:24:23 +05:30
parent d828fd6cb9
commit 41460c4f55
15 changed files with 69 additions and 62 deletions

View File

@ -0,0 +1,9 @@
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR AMD64)
set(CMAKE_C_COMPILER clang-cl)
set(CMAKE_CXX_COMPILER clang-cl)
set(CMAKE_LINKER lld-link)
string(APPEND CMAKE_C_FLAGS " /arch:AVX2 -fuse-ld=lld-link")
string(APPEND CMAKE_CXX_FLAGS " /arch:AVX2 -fuse-ld=lld-link")