Commit 51df6169 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: Warn when inline asm is disabled for ICL

See Ticket3048
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1120fd78
......@@ -4560,6 +4560,7 @@ elif enabled_any msvc icl; then
add_cflags -Qansi-alias
# icl will pass the inline asm tests but inline asm is currently
# not supported (build will fail)
disabled inline_asm || warn "inline asm disabled due to issues with it in ICL"
disable inline_asm
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment