commit d435f7d: [Minor] Fix misprint
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Dec 20 14:14:08 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-12-20 14:09:50 +0000
URL: https://github.com/rspamd/rspamd/commit/d435f7dfe2e4fb6b1d45e13b88af6afdc94fcd2e (HEAD -> master)
[Minor] Fix misprint
---
cmake/Toolset.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/Toolset.cmake b/cmake/Toolset.cmake
index dc4b17bf5..36df2eecc 100644
--- a/cmake/Toolset.cmake
+++ b/cmake/Toolset.cmake
@@ -150,7 +150,7 @@ if (COMPILER_GCC)
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Og ${COMPILER_FAST_MATH} ${COMPILER_DEBUG_FLAGS}")
else ()
# Clang flags
- if (LINKER_NAME MATCHES "lldb")
+ if (LINKER_NAME MATCHES "lld")
set (COMPILER_DEBUG_FLAGS "-g -glldb -gdwarf-aranges -gembed-source -grecord-command-line -gdwarf-5")
else ()
set (COMPILER_DEBUG_FLAGS "-g -glldb -gdwarf-aranges -gdwarf-4")
More information about the Commits
mailing list