--- Makefile.org 2003-12-17 10:01:34.566956786 -0500 +++ Makefile 2003-12-17 10:02:04.087798412 -0500 @@ -266,7 +266,7 @@ ifeq ($(CC),icc) # Optimizations for the Intel compiler. - CFLAGS = -O3 -rcd -Xa -ipo -ipo_obj + CFLAGS = -O3 -rcd -ipo -ipo_obj -w else ifeq ($(CC),sun-forte)