Skip to content

Commit cc021ee

Browse files
committed
Add bug report
1 parent 043c94d commit cc021ee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_test.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
submodules: 'true'
1919

20-
- name: Install ImageMagick
21-
run: sudo apt install imagemagick
22-
2320
- name: Install GCC 14
2421
run: |
2522
sudo apt-get update

Source/cmake_core.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE)
192192
$<${is_gnu_fe}:-Wno-format-nonliteral>
193193
$<${is_gnu_fe}:-Wno-reserved-identifier>
194194
$<${is_gnu_fe}:-Wno-cast-function-type>
195+
$<${is_gnu_fe}:-freport-bug>
195196

196197
# Force DWARF4 for Valgrind profiling
197198
$<$<AND:$<PLATFORM_ID:Linux,Darwin>,${is_clang}>:-gdwarf-4>

0 commit comments

Comments
 (0)