libunwind: build with -DNDEBUG.

This commit is contained in:
whitequark 2015-08-02 06:25:40 +03:00
parent b1445ae743
commit 64f1368938
1 changed files with 1 additions and 1 deletions

View File

@ -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