Index: [thread] [date] [subject] [author]
  From: Cesar Crusius <crusius@leland.stanford.edu>
  To  : ggi-develop@eskimo.com
  Date: Fri, 20 Aug 1999 08:40:24 -0700

Re: -g flag

Marcus Sundberg wrote:
> Try
> CFLAGS='-O2' ./configure --disable-debug
> --disable-debug disables LibGGI's explicit '-g' flag, but autoconf
> may still add one on it's own.

Doesn't work too. I think --disable-debug should be removed (that's what
'CFLAGS=' is for) and the '-g' introduced in that ./configure.in part should
be removed too. configure will put '-g' by default anyway, so why bother?

cheers,

-- 

Cesar Augusto Rorato Crusius      o__     o__     o__     o__     o__
Stanford University               ,>/'_   ,>/'_   ,>/'_   ,>/'_   ,>/'_
e-mail:c.crusius@ieee.org        (_)\(_) (_)\(_) (_)\(_) (_)\(_) (_)\(_)
www.stanford.edu/~crusius

HE WHO SACRIFICES FUNCTIONALITY FOR EASE OF USE
LOSES BOTH AND DESERVES NEITHER


Index: [thread] [date] [subject] [author]