llama : build windows releases with dl backends (#13220)
This commit is contained in:
parent
93c4e23905
commit
9f2da5871f
4 changed files with 30 additions and 58 deletions
|
@ -3,9 +3,3 @@ set( CMAKE_SYSTEM_PROCESSOR x86_64 )
|
|||
|
||||
set( CMAKE_C_COMPILER clang )
|
||||
set( CMAKE_CXX_COMPILER clang++ )
|
||||
|
||||
set( arch_c_flags "-march=native" )
|
||||
|
||||
set( CMAKE_C_FLAGS_INIT "${arch_c_flags}" )
|
||||
set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags}" )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue