|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [UNIKRAFT/LIBUNWIND PATCH] Add suppress flag for cleaner builds.
Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx>
---
Makefile.uk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.uk b/Makefile.uk
index 5afc385..7c29887 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -71,13 +71,13 @@ LIBUNWIND_CXXINCLUDES-y += -I$(LIBUNWIND_SRC)/src
################################################################################
# Global flags
################################################################################
-CONFIG_FLAGS += -D _LIBUNWIND_HAS_NO_THREADS -D __ELF__ -D
_LIBUNWIND_IS_NATIVE_ONLY \
+CONFIG_FLAGS += -D _LIBUNWIND_HAS_NO_THREADS -D __ELF__ -D
_LIBUNWIND_IS_NATIVE_ONLY \
-D _LIBUNWIND_SUPPORT_DWARF_UNWIND -D _LIBUNWIND_IS_BAREMETAL
LIBUNWIND_CFLAGS-y += $(CONFIG_FLAGS)
LIBUNWIND_CXXFLAGS-y += $(CONFIG_FLAGS)
-LIBUNWIND_SUPPRESS_FLAGS += -Wno-unused-parameter
+LIBUNWIND_SUPPRESS_FLAGS += -Wno-unused-parameter -Wno-maybe-uninitialized
LIBUNWIND_CFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS)
LIBUNWIND_CXXFLAGS-y += $(LIBUNWIND_SUPPRESS_FLAGS)
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |