Skip to content

Commit 64f1368

Browse files
author
whitequark
committedAug 2, 2015
libunwind: build with -DNDEBUG.
1 parent b1445ae commit 64f1368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎software/libunwind/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include $(MSCDIR)/software/common.mak
33

44
COMMONFLAGS+=-integrated-as \
55
-I. -I$(MSCDIR)/software/include/dyld/ -I$(MSCDIR)/software/unwinder/include/ \
6-
-D__ELF__ -D__linux__ -D_LIBUNWIND_NO_HEAP
6+
-D__ELF__ -D__linux__ -D_LIBUNWIND_NO_HEAP -DNDEBUG
77

88
OBJECTS=UnwindRegistersSave.o UnwindRegistersRestore.o UnwindLevel1.o libunwind.o
99

0 commit comments

Comments
 (0)
Please sign in to comment.