ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / firefox / patches / 13-no-dwarf-DEBUG.patch
blobdb21fb4e20182983d7c3ce24d967832d01b746cb
1 --- firefox-107.0/build/moz.configure/toolchain.configure.old 2022-11-27 00:43:21.686745320 +0000
2 +++ firefox-107.0/build/moz.configure/toolchain.configure 2022-11-27 00:43:55.202798351 +0000
3 @@ -1805,7 +1805,7 @@
4 # The oldest versions of supported compilers default to DWARF-4, but
5 # newer versions may default to DWARF-5 or newer (e.g. clang 14), which
6 # Valgrind doesn't support. Force-use DWARF-4.
7 - return ("-gdwarf-4",)
8 + return ("",)
11 option(env="MOZ_DEBUG_FLAGS", nargs=1, help="Debug compiler flags")