mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Merge commit '75ef91543422049a01b594925fcdb182ea12eb09'
* commit '75ef91543422049a01b594925fcdb182ea12eb09': configure: Disable inline assembly for PathScale compilers Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -6553,6 +6553,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-
|
||||
|
||||
Reference in New Issue
Block a user