-
Enhancement
-
Resolution: Unresolved
-
P4
-
7u6
Mac Glass uses gcc -O3 to build its library, which is known to produce code with large static footprint. Consider using gcc -Os instead, which focuses on producing fast and small code, and which is what Apple recommends.