summarylogtreecommitdiffstats
path: root/g++-error-crashreporter.patch
blob: 8bd7c6b0436ff0c3ed410e6e00f5eed44571f27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/toolkit/crashreporter/crashreporter.mozbuild b/toolkit/crashreporter/crashreporter.mozbuild
index b2b901e..74ce4c3 100644
--- a/toolkit/crashreporter/crashreporter.mozbuild
+++ b/toolkit/crashreporter/crashreporter.mozbuild
@@ -17,6 +17,7 @@ elif CONFIG['GNU_CXX']:
     CXXFLAGS += [
         '-Wno-unused-local-typedefs',
         '-Wno-shadow',
+        '-fomit-frame-pointer',
     ]
     if CONFIG['CLANG_CXX']:
         CXXFLAGS += ['-Wno-implicit-fallthrough']