File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
submodules : ' true'
19
19
20
- - name : Install ImageMagick
21
- run : sudo apt install imagemagick
22
-
23
20
- name : Install GCC 14
24
21
run : |
25
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE)
192
192
$<${is_gnu_fe} :-Wno-format-nonliteral>
193
193
$<${is_gnu_fe} :-Wno-reserved-identifier>
194
194
$<${is_gnu_fe} :-Wno-cast-function-type >
195
+ $<${is_gnu_fe} :-freport-bug>
195
196
196
197
# Force DWARF4 for Valgrind profiling
197
198
$<$<AND :$<PLATFORM_ID:Linux,Darwin>,${is_clang} >:-gdwarf-4>
@@ -202,6 +203,7 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCENC_VENEER_TYPE)
202
203
target_link_options (${ASTCENC_TARGET_NAME}
203
204
PRIVATE
204
205
# Use pthreads on Linux/macOS
206
+ $<${is_gnu_fe} :-freport-bug>
205
207
$<$<PLATFORM_ID:Linux,Darwin>:-pthread>)
206
208
207
209
if (${ASTCENC_ASAN} )
You can’t perform that action at this time.
0 commit comments