Re: [PATCH 1/3] configure: Properly handle MM_DEBUG

2022-02-22 Thread Daniel Kiper
On Tue, Feb 15, 2022 at 12:36:41PM -0600, Glenn Washburn wrote: > Define MM_DEBUG in config.h when --enable-mm-debug is passed to configure. > It was being defined in config-util.h which only gets used when building > GRUB utilities for the host side. The enabling of debugging for memory > manageme

[PATCH 1/3] configure: Properly handle MM_DEBUG

2022-02-15 Thread Glenn Washburn
Define MM_DEBUG in config.h when --enable-mm-debug is passed to configure. It was being defined in config-util.h which only gets used when building GRUB utilities for the host side. The enabling of debugging for memory management in include/grub/mm.h explicitly does not happen when compiling for th