libunwind: build with -DNDEBUG.
authorwhitequark <whitequark@whitequark.org>
Sun, 2 Aug 2015 03:25:40 +0000 (06:25 +0300)
committerwhitequark <whitequark@whitequark.org>
Sun, 2 Aug 2015 12:42:02 +0000 (15:42 +0300)
software/libunwind/Makefile

index 899eff4346ece475e20eb345bc389df6cbcfd0f2..579ad4dae579225439ec2eb908c410e521650692 100644 (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