This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Automake


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]