Turning off x86 optimization

2003-08-20 Thread Andras Huszar
Hi list, Are there any possibilities to disable Assembly codes for optimization on x86 architecture before compiling? If yes, how could I do that? Thanks in advance! Cheers, Andras Huszar -- The Adamantix Project Taking trustworthy software out of the labs, and into the real world

Re: Turning off x86 optimization

2003-08-20 Thread Mark Vojkovich
On Wed, 20 Aug 2003, Andras Huszar wrote: Hi list, Are there any possibilities to disable Assembly codes for optimization on x86 architecture before compiling? If yes, how could I do that? Thanks in advance! I don't understand the question. Do you mean turn off optimizations? If

Re: Turning off x86 optimization

2003-08-20 Thread Andras Huszar
Hi Mark, I don't understand the question. Do you mean turn off optimizations? If so, copy the xc/config/cf/xf86site.def over to xc/config/cf/host.def (the standard procedure for modifying build parameters. You modify the host.def rather than the xf86site.def). Then, in host.def,