From: ellson Date: Mon, 31 Jan 2005 14:07:53 +0000 (+0000) Subject: remove -ffast-math from icc options X-Git-Tag: LAST_LIBGRAPH~32^2~7971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac5b6d367d968c0ab9d685248e9c2960b17744bc;p=graphviz remove -ffast-math from icc options --- diff --git a/configure.ac b/configure.ac index b6cdc64c5..1c953da7e 100644 --- a/configure.ac +++ b/configure.ac @@ -109,6 +109,8 @@ else CFLAGS="${CFLAGS} -wd269" # icc doesn't like -pipe CFLAGS=`echo ${CFLAGS} | sed 's/ -pipe//'` + # icc doesn't like -ffast-math + CFLAGS=`echo ${CFLAGS} | sed 's/ -ffast-math//'` ;; * ) case "${build}" in