mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-16 01:37:58 +00:00
Compare commits
4 Commits
69dc173979
...
0613dbc4a2
Author | SHA1 | Date | |
---|---|---|---|
|
0613dbc4a2 | ||
|
0ed0d69368 | ||
|
2ffbbee1f6 | ||
|
b9d2f2537b |
@ -292,3 +292,4 @@ if(SPDLOG_INSTALL)
|
||||
# ---------------------------------------------------------------------------------------
|
||||
include(cmake/spdlogCPack.cmake)
|
||||
endif()
|
||||
|
||||
|
@ -59,3 +59,4 @@ function(spdlog_enable_sanitizer target_name)
|
||||
target_compile_options(${target_name} PRIVATE -fno-omit-frame-pointer)
|
||||
target_link_libraries(${target_name} PRIVATE -fsanitize=address,undefined -fuse-ld=gold)
|
||||
endfunction()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user