Mac Glass uses gcc -O3, which is known to produce code with large static footprint. Consider using gcc -Os, which is what Apple recommends.

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • 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.

            Assignee:
            Unassigned
            Reporter:
            Gerard Ziemski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: