Re: Automake | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Lalit Seth <laalit_seth@xxxxxxxxxxx> 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@xxxxxxxx Ian
[Linux C Programming] [C Programming] [Kernel List] [eCos] [Fedora Development] [Fedora Announce] [Autoconf] [The DWARVES Debugging Tools] [Yosemite Campsites] [Yosemite News] [Linux GCC] [C++ How to Program]