summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-20 14:09:50 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-20 14:09:50 +0000
commitd435f7dfe2e4fb6b1d45e13b88af6afdc94fcd2e (patch)
treec63e2364c49b35a132d7ae0ff464edadf8c56e92 /cmake
parent151f6d05f04cc97cc9031c2bdd281303f9f0173a (diff)
downloadrspamd-d435f7dfe2e4fb6b1d45e13b88af6afdc94fcd2e.tar.gz
rspamd-d435f7dfe2e4fb6b1d45e13b88af6afdc94fcd2e.zip
[Minor] Fix misprint
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Toolset.cmake2
1 files changed, 1 insertions, 1 deletions
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")