fmtlog icon indicating copy to clipboard operation
fmtlog copied to clipboard

LLVM error : Associative COMDAT symbol '?sbc@?$fmtlogDetailT@$0A@@@2VThreadBufferDestroyer@1@A' does not exist

Open linuxaged opened this issue 5 months ago • 0 comments

clang-cl.exe with flags

add_compile_options("/clang:-march=x86-64-v3" "/clang:-fopenmp=libomp"
  "$<$<CONFIG:Debug>:/clang:-finline-functions>"
  "$<$<CONFIG:Debug>:/clang:-Og>"
  "$<$<CONFIG:RelWithDebInfo,Release>:/clang:-O3>"
  "$<$<CONFIG:RelWithDebInfo,Release>:/clang:-flto=full>"
)

linuxaged avatar Jan 30 '24 01:01 linuxaged