POV-Ray : Newsgroups : povray.unix : Compiling POV-Ray 3.1g on Mac OS X : Re: Compiling POV-Ray 3.1g on Mac OS X Server Time
5 Jul 2024 12:37:09 EDT (-0400)
  Re: Compiling POV-Ray 3.1g on Mac OS X  
From: David Burnett
Date: 4 May 2004 14:41:45
Message: <4097e3e9$1@news.povray.org>
David Burnett wrote:

> GCC 3.3.3 compiled 3.5c
>     Total Time:    1 hours 27 minutes  34.0 seconds (5254 seconds)
> 
> MacMegaPov 1.0
>     Total Time:    1 hours 30 minutes   1.0 seconds (5401 seconds)
I meant to post this with the previous post, I used the following
compilation flags.

CFLAGS = -O3 -mcpu=7450 -mtune=7450 -faltivec -finline-functions 
-ffast-math -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations  -foptimize-sibling-calls -Wno-multichar

CXXFLAGS = $(NOMULTICHAR) -O3 -mcpu=7450 -mtune=7450 -finline-functions 
-ffast-math -fomit-frame-pointer -funroll-loops
-fexpensive-optimizations -foptimize-sibling-calls -Wno-multichar


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.