Skip to content

Commit 78531b5

Browse files
committed
Add bug report
1 parent 043c94d commit 78531b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-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

+2
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>
@@ -202,6 +203,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE)
202203
target_link_options(${ASTCENC_TARGET_NAME}
203204
PRIVATE
204205
# Use pthreads on Linux/macOS
206+
$<${is_gnu_fe}:-freport-bug>
205207
$<$<PLATFORM_ID:Linux,Darwin>:-pthread>)
206208

207209
if(${ASTCENC_ASAN})

0 commit comments

Comments
 (0)