How do I set gcc options correctly?

make -j 4 clean
./autogen.sh
export CFLAGS="-O0"
export CXXFLAGS="${CFLAGS}"
./configure
make -j 4

is what I currently do.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.

_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to