debugfull

Alexander Neundorf neundorf at kde.org
Wed Sep 3 20:31:18 CEST 2008


On Wednesday 27 August 2008, Matthew Woehlke wrote:
> Andreas Pakulat wrote:
> > On 26.08.08 18:32:18, Matthew Woehlke wrote:
> >> Forwarding to kde-buildsystem for a more "official" opinion.
> >
> > And where is the original discussion?
>
> http://permalink.gmane.org/gmane.comp.kde.devel.koffice/15364
>
> > The bits you posted are pretty meaningless to me, whats the problem?
>
> Ah, that debugfull is really slow (due to being completely unoptimized),
> and the techbase instructions currently "recommend" it? I was hoping
> there was enough context there; 

Here you can find a link to cmake stuff, http://techbase.kde.org/Development , 
following this link you will find a "KDE CMake modules API" which leads to 
the documentation generated from KDE svn cmake modules, which should include 
the information Andreas mentioned.
Unfortunately this html page is currently not automatically generated so it 
currently doesn't contain the docs about the build configurations yet.

Anybody around who can automate this so it is generated nightly from 
kdelibs/cmake/modules/ ?
That's the command (requires cmake >= 2.6.0):
$ cmake -DCMAKE_MODULE_PATH=<path_to_kdelibs_modules> --help-custom-modules 
 kdelibsmodules.docbook
which will generate docbook, or 
$ cmake -DCMAKE_MODULE_PATH=<path_to_kdelibs_modules> --help-custom-modules 
 kdelibsmodules.html
which will generate html directly.

Alex


More information about the Kde-buildsystem mailing list