Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 2002: [Freeciv-Dev] (PR#2387) Standard config doesn't use -O2 |
[Freeciv-Dev] (PR#2387) Standard config doesn't use -O2[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
[glip - Sun Nov 24 16:02:13 2002]: > BTW, while people are at it, is it also possible to provide > --disable-optim option. It sometimes realy makes my life difficult when > trying to debug things? CFLAGS="-Wall" ./autogen.sh && make You can specify any CFLAGS; so long as it is non-empty it won't be defaulted to "-Wall -g -O2". jason
|