Re: Resend: Honor --disable-debug or --disable-trace completely
18 Oct
2004
18 Oct
'04
3:05 p.m.
Vincent Béron <vberon(a)mecano.gme.usherb.ca> writes:
wine/debug.h has some tests based on NO_{DEBUG,TRACE}_MSGS, which is set (or not) in config.h. Quite a few files didn't #include config.h before wine/debug.h, so some debugmsgs were always compiled in, even with ./configure --disable-debug.
Now maybe we want to install config.h as well, as debug.h is already installed. I'll leave that one to Alexandre.
No, the right fix is to put these defines in the Makefile and get rid of them in config.h. -- Alexandre Julliard julliard(a)winehq.org
7815
Age (days ago)
7815
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard