can you turn off compile-time optimization entirely?

2010-04-18 Thread Robert P. J. Day
for debugging purposes, is it even physically possible to compile the kernel with no optimization whatever? rday -- Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting,

Re: can you turn off compile-time optimization entirely?

2010-04-18 Thread Mulyadi Santosa
Hi Robert On Mon, Apr 19, 2010 at 02:48, Robert P. J. Day rpj...@crashcourse.ca wrote:  for debugging purposes, is it even physically possible to compile the kernel with no optimization whatever? IMO, by turning CONFIG_DEBUG_INFO=y, you actually disable the gcc optimization (plus enabling

Re: can you turn off compile-time optimization entirely?

2010-04-18 Thread Joel Fernandes
Hi Robert, for debugging purposes, is it even physically possible to compile the kernel with no optimization whatever? Why wouldn't it be? Thanks, -Joel

Re: can you turn off compile-time optimization entirely?

2010-04-18 Thread Joel Fernandes
On Mon, Apr 19, 2010 at 5:43 AM, Mulyadi Santosa mulyadi.sant...@gmail.comwrote: Hi Robert On Mon, Apr 19, 2010 at 02:48, Robert P. J. Day rpj...@crashcourse.ca wrote: for debugging purposes, is it even physically possible to compile the kernel with no optimization whatever? IMO,