Skip to content

Commit

Permalink
Add bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Jan 17, 2025
1 parent 043c94d commit 78531b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Source/cmake_core.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
$<$<AND:$<PLATFORM_ID:Linux,Darwin>,${is_clang}>:-gdwarf-4>
Expand All @@ -202,6 +203,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE)
target_link_options(${ASTCENC_TARGET_NAME}
PRIVATE
# Use pthreads on Linux/macOS
$<${is_gnu_fe}:-freport-bug>
$<$<PLATFORM_ID:Linux,Darwin>:-pthread>)

if(${ASTCENC_ASAN})
Expand Down

0 comments on commit 78531b5

Please sign in to comment.