Re: listing some files to be build with no optimization?

2002-08-14 Thread Tom Tromey
Dan == mcmahill [EMAIL PROTECTED] writes: Dan Is there an easy way in automake to indicate that certain source Dan files should be compiled without optimization? Nope. This is really a limitation of the whole GNU style of build. The user can always set CFLAGS=-O, and there's not a very good

listing some files to be build with no optimization?

2002-08-10 Thread mcmahill
Is there an easy way in automake to indicate that certain source files should be compiled without optimization? This could make it easier to work around, for example, g++ -O2 compiler buts which exist on some platforms for some versions of gcc. thanks -dan