From b8ba16a2a4120bb30c68353ef5ea0df3e141a7bd Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 17 Aug 2004 06:22:05 +0000 Subject: update Intel C Compiler optimization flag --- graphics/povray37/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/povray37') diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 019807e..7664ac3 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -52,8 +52,8 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double .if defined(WITH_ICC) CC= ${LOCALBASE}/intel_cc_80/bin/icc CXX= ${LOCALBASE}/intel_cc_80/bin/icpc -CFLAGS= -O3 -tpp7 -xKW -Vaxlib -CXXFLAGS= -O3 -tpp7 -xKW -Vaxlib +CFLAGS= -O3 -tpp7 -xN -Vaxlib +CXXFLAGS= -O3 -tpp7 -xN -Vaxlib .endif CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} -- cgit v1.1