diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-17 06:22:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-17 06:22:05 +0000 |
commit | beda1072232cc2ff69475ce3104aed5f3c5358f6 (patch) | |
tree | 7327517837dfd616f803f190c45c75312ff9145f /graphics/povray36/Makefile | |
parent | Cleanup empty directiry installed by dia. (diff) |
update Intel C Compiler optimization flag
Notes
Notes:
svn path=/head/; revision=116471
Diffstat (limited to '')
-rw-r--r-- | graphics/povray36/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 019807efec43..7664ac32f69c 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/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} |