On 05.04.2023 13:24, Juergen Gross wrote:
> On 04.04.23 11:09, Jan Beulich wrote:
>> On 03.04.2023 18:28, Juergen Gross wrote:
>>> --- a/xen/Kconfig.debug
>>> +++ b/xen/Kconfig.debug
>>> @@ -15,8 +15,14 @@ config DEBUG_INFO
>>> bool "Compile Xen with debug info"
>>> default DEBUG
>>> he
On 04.04.23 11:09, Jan Beulich wrote:
On 03.04.2023 18:28, Juergen Gross wrote:
--- a/xen/Kconfig.debug
+++ b/xen/Kconfig.debug
@@ -15,8 +15,14 @@ config DEBUG_INFO
bool "Compile Xen with debug info"
default DEBUG
help
- If you say Y here the resulting Xen will in
On 03.04.2023 18:28, Juergen Gross wrote:
> --- a/xen/Kconfig.debug
> +++ b/xen/Kconfig.debug
> @@ -15,8 +15,14 @@ config DEBUG_INFO
> bool "Compile Xen with debug info"
> default DEBUG
> help
> - If you say Y here the resulting Xen will include debugging info
> - resu
Update the help text of the CONFIG_DEBUG_INFO option to be a little
bit more specific.
Signed-off-by: Juergen Gross
---
V2:
- expand help text, especially mentioning INSTALL_EFI_STRIP
(Jan Beulich)
---
xen/Kconfig.debug | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --g