From 64f136893836b8168b91a803a75e90739758c781 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 2 Aug 2015 06:25:40 +0300 Subject: [PATCH] libunwind: build with -DNDEBUG. --- software/libunwind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/libunwind/Makefile b/software/libunwind/Makefile index 899eff434..579ad4dae 100644 --- a/software/libunwind/Makefile +++ b/software/libunwind/Makefile @@ -3,7 +3,7 @@ include $(MSCDIR)/software/common.mak COMMONFLAGS+=-integrated-as \ -I. -I$(MSCDIR)/software/include/dyld/ -I$(MSCDIR)/software/unwinder/include/ \ - -D__ELF__ -D__linux__ -D_LIBUNWIND_NO_HEAP + -D__ELF__ -D__linux__ -D_LIBUNWIND_NO_HEAP -DNDEBUG OBJECTS=UnwindRegistersSave.o UnwindRegistersRestore.o UnwindLevel1.o libunwind.o