From cc021ee6998c1876bbf9764f0d15ca3a7643f536 Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Fri, 17 Jan 2025 22:18:15 +0000 Subject: [PATCH] Add bug report --- .github/workflows/build_test.yaml | 3 --- Source/cmake_core.cmake | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 4c06cea9..cf87e24b 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -17,9 +17,6 @@ jobs: with: submodules: 'true' - - name: Install ImageMagick - run: sudo apt install imagemagick - - name: Install GCC 14 run: | sudo apt-get update diff --git a/Source/cmake_core.cmake b/Source/cmake_core.cmake index 59772023..99eefa4a 100644 --- a/Source/cmake_core.cmake +++ b/Source/cmake_core.cmake @@ -192,6 +192,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE) $<${is_gnu_fe}:-Wno-format-nonliteral> $<${is_gnu_fe}:-Wno-reserved-identifier> $<${is_gnu_fe}:-Wno-cast-function-type> + $<${is_gnu_fe}:-freport-bug> # Force DWARF4 for Valgrind profiling $<$,${is_clang}>:-gdwarf-4>