summaryrefslogtreecommitdiffstats
path: root/cmake/Toolset.cmake
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-20 17:16:26 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-20 17:16:26 +0000
commit80a9e13826c197ae13095dfa33c7bde910034142 (patch)
tree1bec74da335dbd23808995216b97d685db638653 /cmake/Toolset.cmake
parentd435f7dfe2e4fb6b1d45e13b88af6afdc94fcd2e (diff)
downloadrspamd-80a9e13826c197ae13095dfa33c7bde910034142.tar.gz
rspamd-80a9e13826c197ae13095dfa33c7bde910034142.zip
[Minor] It seems that -gembed-source is not working at all
Diffstat (limited to 'cmake/Toolset.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 36df2eecc..8e7c1bb29 100644
--- a/cmake/Toolset.cmake
+++ b/cmake/Toolset.cmake
@@ -151,7 +151,7 @@ if (COMPILER_GCC)
else ()
# Clang flags
if (LINKER_NAME MATCHES "lld")
- set (COMPILER_DEBUG_FLAGS "-g -glldb -gdwarf-aranges -gembed-source -grecord-command-line -gdwarf-5")
+ set (COMPILER_DEBUG_FLAGS "-g -glldb -gdwarf-aranges -gdwarf-5")
else ()
set (COMPILER_DEBUG_FLAGS "-g -glldb -gdwarf-aranges -gdwarf-4")
endif ()