Skip to content

Commit

Permalink
Don't print debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 26, 2013
1 parent efeb66e commit 48af7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AR = ar

# Flags

CPPFLAGS_add = -I$(LIBOSXUNWIND_HOME)/src -I$(LIBOSXUNWIND_HOME)/include
CPPFLAGS_add = -I$(LIBOSXUNWIND_HOME)/src -I$(LIBOSXUNWIND_HOME)/include -DNDEBUG
CFLAGS_add = -std=c99 -Wall -O3
CXXFLAGS_add = -std=c++11 -Wall -O3
LDFLAGS_add = -nodefaultlibs -Wl,-upward-lSystem -Wl,-umbrella,System -lstdc++
Expand Down Expand Up @@ -62,4 +62,4 @@ libosxunwind.dylib: $(OBJS)
clean:
rm -f $(OBJS) *.a *.dylib
distclean: clean


0 comments on commit 48af7e1

Please sign in to comment.