From 1be48c4e7f1dfb323ef166a62c67080ce069d4b3 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Sat, 4 Nov 2017 20:59:45 +0000 Subject: [PATCH] Got breakpad building again... --- AMBuildScript | 2 ++ breakpad.sh | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/AMBuildScript b/AMBuildScript index defac88..c711471 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -94,6 +94,8 @@ class SM: if (self.vendor == 'gcc' and cxx.majorVersion >= 4 and cxx.minorVersion >= 3) or \ (self.vendor == 'clang' and cxx.majorVersion >= 3): self.compiler.AddToListVar('CXXFLAGS', '-Wno-delete-non-virtual-dtor') + if self.vendor == 'clang' and cxx.majorVersion >= 3: + self.compiler.AddToListVar('CXXFLAGS', '-Wno-implicit-exception-spec-mismatch') self.compiler.AddToListVar('CDEFINES', 'HAVE_STDINT_H') self.compiler.AddToListVar('CDEFINES', 'GNUC') if self.vendor == 'gcc': diff --git a/breakpad.sh b/breakpad.sh index c9463f6..f6ac753 100755 --- a/breakpad.sh +++ b/breakpad.sh @@ -25,8 +25,4 @@ cd build ../src/configure --enable-m32 -find /usr/include/ -type f -iname 'a.out.h' - -cat config.log - make src/tools/linux/dump_syms/dump_syms