Hi Jon,

> I'm not sure what you mean by "added Os optimization level". Could 

It might make sense to write

        gcc -c -Os -pipe \

instead of

        gcc -c -O -pipe \

meaning "optimize for space".

It is usually hard to decide what optimization level to use.

The picoLisp Makefile currently uses "-O2". I tried "-O3" (supposed to
optimize even more than "-O2"), but found that GCC produced buggy code
for that.

I think that for the purpose of the OpenGL library, the optimization
level will not matter, because most processing is done in the library
anyway.


Concerning the MacOS target of 10.4, however, it seems that it is
harmful considering portability, and not really needed. Is this
correct?

Cheers,
Alex
-- 
   Software Lab. Alexander Burger
   Bahnhofstr. 24a, D-86462 Langweid
   [EMAIL PROTECTED], www.software-lab.de, +49 8230 5060

Reply via email to