mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +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:
commit
acf70639fb
1
configure
vendored
1
configure
vendored
@ -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-
|
||||
|
Loading…
Reference in New Issue
Block a user