26 Jul
2009
26 Jul
'09
9:52 a.m.
On Jul 25, 2009, at 23:09, Christof Wolf wrote:
Jeremy,
I did install 2.4.0.rc1 - works fine on my macbook air :-) I compared the X11.bin file and it is different from the single one on the mirror and what comes with the 2.4.0.rc1 package, the latter is 3.4 MB the single X11.bin...-apple12 is 2.3 MB. Shouldn't they be identical?
No, they're the same C code, but they're compiled slightly differently. The one in the package is build with -Os and stripped of debugging symbols. The one on the site is built with -O0 -ggdb3 --Jeremy