Got breakpad building again...

This commit is contained in:
Asher Baker
2017-11-04 20:59:45 +00:00
parent f7625094b5
commit 1be48c4e7f
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -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':