On 04/06/2009 10:35 AM, John (Eljay) Love-Jensen wrote:
Hi Jeff,
Hi Eljay,
Thanks for the updates!
Please note that I was responding to Marian Szczepkowski
o The compiler barfed until I swapped the #define and the #include
As it should, since that #define is really weird and will break most header
files and most code.
(I�m not sure why you want to replace �unsigned� with �int size_t�.)
Dunno - that's how I found the code sample...
o The -finline-functions switch has no effect until one specifies the -O3
switch.
The -finline-functions switch is enabled by default with -O3.
You can enable it manually at -O1 or -O2.
Agreed. Please note that the command line as posted by Marian contained
no -O* switch...
Cheers,
jec