We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc8a76 commit 8691825Copy full SHA for 8691825
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