mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Temporary icc adjustment:
Disable floating point optimizations
This commit is contained in:
parent
c27d2d4b93
commit
cda9d7e579
@ -251,6 +251,8 @@ if test "$curl_cv_have_def___INTEL_COMPILER" = "yes"; then
|
||||
CPPFLAGS="$CPPFLAGS -wd 981,1469"
|
||||
dnl Disable use of ANSI C aliasing rules in optimizations
|
||||
CFLAGS="$CFLAGS -no-ansi-alias"
|
||||
dnl Disable floating point optimizations
|
||||
CFLAGS="$CFLAGS -fp-model precise -mp"
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
|
@ -325,6 +325,8 @@ if test "$curl_cv_have_def___INTEL_COMPILER" = "yes"; then
|
||||
CPPFLAGS="$CPPFLAGS -wd 981,1469"
|
||||
dnl Disable use of ANSI C aliasing rules in optimizations
|
||||
CFLAGS="$CFLAGS -no-ansi-alias"
|
||||
dnl Disable floating point optimizations
|
||||
CFLAGS="$CFLAGS -fp-model precise -mp"
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user