diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bc9f78f781..8b8e0af859 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -164,6 +164,7 @@ jobs: -DCMAKE_C_COMPILER=gcc-11 \ -DCMAKE_CXX_COMPILER=g++-11 \ -DENABLE_UNDEFINED_SANITIZER=ON \ + -DDUMP_REGIONS_ON_CRASH=ON \ -DENABLE_PCI_IDS_DOWNLOAD=OFF \ -DENABLE_USB_IDS_DOWNLOAD=OFF if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }} diff --git a/Meta/Azure/Serenity.yml b/Meta/Azure/Serenity.yml index 5303a2cbe0..65aa7d927b 100644 --- a/Meta/Azure/Serenity.yml +++ b/Meta/Azure/Serenity.yml @@ -47,6 +47,7 @@ jobs: -DSERENITY_TOOLCHAIN=Clang \ -DENABLE_UNDEFINED_SANITIZER=ON \ -DENABLE_USERSPACE_COVERAGE_COLLECTION=${{ parameters.coverage }} \ + -DDUMP_REGIONS_ON_CRASH=ON \ -DENABLE_PCI_IDS_DOWNLOAD=OFF \ -DENABLE_USB_IDS_DOWNLOAD=OFF \ -DCMAKE_C_COMPILER=gcc-11 \