Skip to content
Snippets Groups Projects
Commit e0d6e2fc authored by Alex Smith's avatar Alex Smith Committed by Martin Storsjö
Browse files

configure: Remove unneeded icl inline compatibility definition

parent c9c7bc44
No related branches found
No related tags found
No related merge requests found
......@@ -2625,7 +2625,7 @@ probe_cc(){
# -Qdiag-error to make icl error when presented with certain unknown arguments
_flags='-nologo -Qdiag-error:4044,10157'
# -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency with msvc which enables it by default
_cflags='-D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h -Dstrtoll=_strtoi64 -Qms0 -Qvec- -Qsimd- -GS'
_cflags='-D_USE_MATH_DEFINES -FIstdlib.h -Dstrtoll=_strtoi64 -Qms0 -Qvec- -Qsimd- -GS'
if [ $pfx = hostcc ]; then
append _cflags -Dsnprintf=_snprintf
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment