Automake
Ian Lance Taylor
iant@google.com
Wed Sep 3 14:24:00 GMT 2008
Lalit Seth <laalit_seth@hotmail.com> writes:
> I am trying to learn Autoconf and Automake tools. There are few queries I have
>
> a) When compile happens it always have -g and -O2 option. How can I ignore them.
> b) How can I do Debug and Release build here I need to call set -g and -O2 accordingly.
> c) How can I specify output directories for debug - MyDebug/ and for release - MyRelease. ie -o option of g++ should say g++ -o MyDebug/myapplication 1.o.
Your questions aren't really related to gcc itself. I recommend
raising these issues on the automake mailing list, which is
automake@gnu.org.
Ian
More information about the Gcc-help
mailing list