From 80a9e13826c197ae13095dfa33c7bde910034142 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 Dec 2019 17:16:26 +0000 Subject: [PATCH] [Minor] It seems that -gembed-source is not working at all --- cmake/Toolset.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5