This is the mail archive of the gcc-patches@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] | |
On Tue, 2002-05-28 at 11:51, Richard Henderson wrote: > > -BOOT_CFLAGS = -g -O2 > > +BOOT_CFLAGS = -g -O2 -ftree-ssa > > I actually meant in toplev.c. > Well, I sometimes want to compile without -ftree-ssa so that I can compare while debugging. Will -fno-tree-ssa work or do I have to implement it separately? Diego.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |