Skip to content

Commit

Permalink
libunwind: build with -DNDEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 2, 2015
1 parent b1445ae commit 64f1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/libunwind/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 64f1368

Please sign in to comment.