]> granicus.if.org Git - graphviz/commitdiff
remove -ffast-math from icc options
authorellson <devnull@localhost>
Mon, 31 Jan 2005 14:07:53 +0000 (14:07 +0000)
committerellson <devnull@localhost>
Mon, 31 Jan 2005 14:07:53 +0000 (14:07 +0000)
configure.ac

index b6cdc64c587260e0f6f8064a269f3c0c193691d3..1c953da7e58fe0eed9cc01552065b6d22c8198d5 100644 (file)
@@ -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