This is the mail archive of the gcc@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: howto configure so that CFLAGS='-g3 -O0' in gcc/Makefile?


2009/6/30 Larry Evans:
>
> So... I read `man gcc` which claimed passing "CFLAGS=<options>" on the
> command line is how to do this.  Well, since <options> in my case was
> '-g3 -O0' I had to pass it as CFLAGS='-g3 oO0'.

http://gcc.gnu.org/install/build.html

If you wish to use non-default GCC flags when compiling the stage2 and
stage3 compilers, set BOOT_CFLAGS on the command line when doing
`make'.


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