libunwind: build with -DNDEBUG.
This commit is contained in:
parent
b1445ae743
commit
64f1368938
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue