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']