gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] deprecated use of $CFLAGS in `configure.in'


From: Paul Pogonyshev
Subject: [gnugo-devel] deprecated use of $CFLAGS in `configure.in'
Date: Tue, 11 Jan 2005 16:21:54 +0200
User-agent: KMail/1.4.3

GNU Go `configure.in' adds GCC warning options directly to
$CFLAGS.  This usage is bad, because it means a command like

        make CFLAGS='...'

(for instance, to compile without optimizations for easier
debugging) will throw out all the `-W...' options.  If no one
objects, I'll fix this.

BTW, does anyone use `--enable-profile' option?  I'd like to
remove it.  You can always use

        make clean
        make CFLAGS='-O2 -g -pg'

and profile without running `configure'.

Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]