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 16b9624 commit b3efd49Copy full SHA for b3efd49
CMakeLists.txt
@@ -485,7 +485,7 @@ if(NOT SNMALLOC_HEADER_ONLY_LIBRARY)
485
if(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE)
486
check_cxx_compiler_flag(-march=native SUPPORT_MARCH_NATIVE)
487
if (NOT SUPPORT_MARCH_NATIVE)
488
- message_once(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE")
+ message(WARNING "Compiler does not support `-march=native` required by SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE")
489
set(SNMALLOC_OPTIMISE_FOR_CURRENT_MACHINE FALSE)
490
endif()
491
0 commit comments