From: Vsevolod Stakhov Date: Fri, 20 Dec 2019 17:16:26 +0000 (+0000) Subject: [Minor] It seems that -gembed-source is not working at all X-Git-Tag: 2.3~191 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80a9e13826c197ae13095dfa33c7bde910034142;p=rspamd.git [Minor] It seems that -gembed-source is not working at all --- 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 ()