Skip to content

Commit

Permalink
Fix stackwalk build against newer Breakpad (mozilla-services#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
luser authored and Peter Bengtsson committed Apr 13, 2016
1 parent aaf14f0 commit 2571772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minidump-stackwalk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CURL_LIBS := $(shell pkg-config libcurl --libs)
CXXFLAGS += \
-I$(BREAKPAD_SRCDIR) \
-I$(JSON_INCLUDEDIR) \
-D__STDC_FORMAT_MACROS=1 \
-std=gnu++0x \
-Wno-format \
-Werror \
Expand Down

0 comments on commit 2571772

Please sign in to comment.