POV-Ray : Newsgroups : povray.unix : compiling 3.5 with debug info ? : Re: compiling 3.5 with debug info ? Server Time
8 Jul 2024 17:51:21 EDT (-0400)
  Re: compiling 3.5 with debug info ?  
From: Th Boudet
Date: 27 Jul 2003 08:41:01
Message: <3f23c85d$1@news.povray.org>
Micha Riser wrote:
> Thierry Boudet wrote:
> 
> 
>>EHLO
>>
>>did you know a way to go thru the
>>    $ ./configure
>>    $ make
>>way, and adding the -g option needed
>>for gdb ?
>>
>>Th.
> 
> 
> what does ./configure --help say? there is probably an option
> --enable-debug=yes for configure.
> 
    Yes, I've just try it now.
    No debug flag :)

c++ -DPREFIX=\"/usr/local\" 
-DPOV_LIB_DIR=\"/usr/local/share/povray-3.5\" 
-DCOMPILER_VER=\".Linux.gcc\" -DSYSCONFDIR=\"/usr/local/etc\" 
-DUSE_IO_RESTRICTIONS=\"\"     `if [ "Xgcc" = "Xgcc" ]; then echo 
"-Wno-multichar"; fi ` -O3 -finline-functions -ffast-math 
-fomit-frame-pointer -funroll-loops -fexpensive-optimizations 
-malign-double -foptimize-sibling-calls -minline-all-stringops 
-Wno-multichar -c bezier.cpp

   Th.


Post a reply to this message

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