ICC is Intel's C Compiler. All recent versions of it *do* support `-O2`.
### Changed
- Cgraph's agheap() API has been removed
- Autotools build system support for eFence has been removed
+- Building Graphviz with ICC defaults to -O2 instead of -O0
### Fixed
- gvpr: line numbers in gvpr errors/warnings are incorrect #1594
CFLAGS=`echo ${CFLAGS} | sed 's/ -pipe//'`
# icc doesn't like -ffast-math
CFLAGS=`echo ${CFLAGS} | sed 's/ -ffast-math//'`
- # icc doesn't like -O2
- CFLAGS=`echo ${CFLAGS} | sed 's/ -O2/ -O0/'`
;;
* )
case "${build}" in