[M3devel] Compile Options

Jay K jay.krell at cornell.edu
Sat May 8 06:58:40 CEST 2010


-O is the config files
It gets passed on to them and they may or may not pay attention.

Turning off symbol generation not something I'm very sympathetic too.
I realize it cuts I/O, build time, resulting binary size (possibly load/runtime,
depending on the load behavior of symbols). Though on Windows
the symbols go into separate files, greatly reducing any negative affect.
On one hand, you don't want to inhibit debugging,
but on the other, we don't have a good debugger story anyway.
Again, check the config files.

-c I don't know. Is it important?

 - Jay

________________________________
> Date: Sat, 8 May 2010 14:22:12 +1000
> From: peter.mckinna at gmail.com
> To: m3devel at elegosoft.com
> Subject: [M3devel] Compile Options
>
> Hey,
>
> Using -c to disable library or program generation does not seem to work. Also how do you turn off debug symbol generation?
> And the -O switch doesnt seem to optimise anything.
>
> Is it just me or the documentation.
>
>
> Regards
>
> Peter
 		 	   		  


More information about the M3devel mailing list