Hallo,
On Fri, Feb 29, 2008 at 10:29 AM, Marc Feeley feeley@iro.umontreal.ca wrote:
If you want different options to be used for generating object files on the target platform you need to change the file bin/gsc-cc-o.bat . Either you do this manually, or you do a "./configure;make" with none of the configure options and copy the file bin/gsc-cc-o.bat in a safe place before doing the "./configure --enable-single-host --enable-gcc- opts;make".
So the output of gsc will be the same whether it was compiled with these options or not? The only thing it changes is the compilation by GCC, right? Besides, if I have a program foo which was compiled using these switches, will it use more RAM during runtime than a version of foo that was compiled without them?
Cheers,