-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 7u6
-
Component/s: javafx
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.