[Scribus] Building debug version of Scribus
Craig Ringer
craig
Mon Mar 19 03:40:56 CET 2007
ols6000 at sbcglobal.net wrote:
> I noticed after I wrote this that there is more than one optimization
> flag in the command line, the order being -O2 and later -O0. So the
> code is not being optimized after all, since the final flag
> determines the optimization level.
Yep. --enable-debug should be all you need. You can also add a CXXFLAGS=
argument to the end of the configure command line if you need to do
more (for example, to enable profiling you want:
CFLAGS="-g3 -pg" CXXFLAGS-"-g3 -pg")
Out of curiosity, what issue are you trying to track down? Maybe I or
one of the more active developers can help you out with a few pointers
on where to get started.
--
Craig Ringer
More information about the scribus
mailing list