POV-Ray : Newsgroups : povray.unix : compiling 3.5 with debug info ? : Re: compiling 3.5 with debug info ? Server Time
8 Jul 2024 17:27:17 EDT (-0400)
  Re: compiling 3.5 with debug info ?  
From: Wolfgang Wieser
Date: 14 Aug 2003 05:18:24
Message: <3f3b53e0@news.povray.org>
Micha Riser wrote:

> 
> Looks like this configure doesn't support it then. Maybe you can do it "by
> hand" by edition the Makefile in the src/ directory and add "-g" to the
> CPPFLAGS.
> 
It's CXXFLAGS, not CPPFLAGS. 

It's recommended to use 
./configure CFLAGS="-g -O -blah" CXXFLAGS="-g -O -blah -blah"

For good debugging, leave away any optimization flags. 

Wolfgang


Post a reply to this message

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