POV-Ray : Newsgroups : povray.unofficial.patches : An updated povr tarball for Unix/Linux. b0bcf6c0 : An updated povr tarball for Unix/Linux. b0bcf6c0 Server Time
25 Apr 2024 00:56:06 EDT (-0400)
  An updated povr tarball for Unix/Linux. b0bcf6c0  
From: William F Pokorny
Date: 26 Apr 2021 07:42:51
Message: <6086a73b$1@news.povray.org>
Ref:

http://news.povray.org/povray.binaries.programming/message/%3C6086a32c%40news.povray.org%3E/#%3C6086a32c%40news.povray.org%3E

Web message: 6086a32c@news.povray.org

---

A note on this release of the povr branch of POV-Ray. In reworking the 
autotools build I pulled all the decades old automatic optimizations. 
This means for good performance you have to specify the optimizations
during the configuration.

A collection of configuration examples can be found in the INSTALL.txt 
files, but for many this one enabling link time optimization will work:

./configure -q COMPILED_BY="me" \
CXXFLAGS="-std=c++17 -O3 -ffast-math -march=native" \
--enable-lto LDFLAGS="-s"

Bill P.


Post a reply to this message

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