[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: added debug areas
From:       Brad Hards <bhards () bigpond ! net ! au>
Date:       2003-10-18 7:21:18
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 14 Oct 2003 17:40 pm, Stephan Kulow wrote:
> On Monday 13 October 2003 17:39, \"shaheed r. haque\" wrote:
> > As I understand it, debug output is off by default, and I have to ask for
> > it to be enabled.
>
> Then you're wrong. debug output is on by default for CVS, but most
> distributions do compile with --disable-debug, which gives you no debug
> output at all.
Actually, he's right. debug output is off by default.
- From acinclude.m4.in, around line 2820:

  AC_ARG_ENABLE(debug,[  --enable-debug[=ARG]    enables debug symbols (yes|no|full) [default=no]],
  [
    case $enableval in
      yes)
        kde_use_debug_code="yes"
        kde_use_debug_define=no
        ;;
      full)
        kde_use_debug_code="full"
        kde_use_debug_define=no
        ;;
      *)
        kde_use_debug_code="no"
        kde_use_debug_define=yes
        ;;
    esac
  ],
    [kde_use_debug_code="no"
      kde_use_debug_define=no
  ])

- -- 
http://lca2004.linux.org.au - I'm registered. Are you?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/kOn0GwwszQ/PZzgRAu1SAJ9iQ5w0mfKa4ArDsLg57suBShAN8wCfeuFz
o3yuexkR174m9Nx2qR1P/o0=
=jyRr
-----END PGP SIGNATURE-----
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic