We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dc8a76 + 8691825 commit eb2eddfCopy full SHA for eb2eddf
cmake/arch.cmake
@@ -73,7 +73,7 @@ if (DYNAMIC_ARCH)
73
endif ()
74
if (NOT NO_AVX512)
75
set(DYNAMIC_CORE ${DYNAMIC_CORE} SKYLAKEX)
76
- string(REGEX REPLACE "-march=native" "" CMAKE_C_FLAGS ${CMAKE_C_FLAGS})
+ string(REGEX REPLACE "-march=native" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
77
78
if (DYNAMIC_LIST)
79
set(DYNAMIC_CORE PRESCOTT ${DYNAMIC_LIST})
0 commit comments