2003-01-05 Yoshinori K. Okuji <okuji@enbug.org>

* configure.in (CFLAGS): When the default CFLAGS is used,
	eliminate -O2 and -g from CFLAGS, because Autoconf may
	automatically set CFLAGS to them.
This commit is contained in:
okuji 2003-01-04 23:22:42 +00:00
parent 53673d9532
commit e60b85f661
4 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-01-05 Yoshinori K. Okuji <okuji@enbug.org>
* configure.in (CFLAGS): When the default CFLAGS is used,
eliminate -O2 and -g from CFLAGS, because Autoconf may
automatically set CFLAGS to them.
2003-01-02 Yoshinori K. Okuji <okuji@enbug.org>
From Jeremy Katz: