mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-03-01 17:27:36 +00:00
configure: Disable inline assembly for PathScale compilers
These compilers pass the inline assembly check, but fail to compile our inline assembly in various ways.
This commit is contained in:
parent
fe6eea99ef
commit
75ef915434
1
configure
vendored
1
configure
vendored
@ -5074,6 +5074,7 @@ elif enabled tms470; then
|
||||
disable inline_asm
|
||||
elif enabled pathscale; then
|
||||
add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
|
||||
disable inline_asm
|
||||
elif enabled_any msvc icl; then
|
||||
enabled x86_32 && disable aligned_stack
|
||||
enabled_all x86_32 debug && add_cflags -Oy-
|
||||
|
Loading…
x
Reference in New Issue
Block a user