POV-Ray : Newsgroups : povray.unix : Build optimisation flags? : Re: Build optimisation flags? Server Time
28 Jul 2024 08:25:57 EDT (-0400)
  Re: Build optimisation flags?  
From: Warp
Date: 22 Aug 2002 23:52:12
Message: <3d65b16c@news.povray.org>
Roz <Rzl### [at] netscapenet> wrote:
> CXXFLAGS = -g

  Don't use -g.
  That flag is for debugging purposes only. Since you are compiling a final
version with extreme optimizations, -g is not only useless and cause the
binary to be uselessly large (until stripped), but it even *might* contradict
with some optimizations, thus resulting in a slightly less optimized binary
(perhaps this is not the case, but it could be).

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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