JavaFX shared libraries not stripped on Linux or macOS

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • jfx18
    • Affects Version/s: jfx11, 8, jfx17
    • Component/s: javafx

        The JavaFX shared libraries on Linux (.so files) and macOS (.dylib files) include local symbols, even for Release builds. The build should stripped local symbols from the .so or .dylib files when building with "gradle -PCONF=Release".

        This can be done by running "strip -x" on the shared libraries after linking.

              Assignee:
              Kevin Rushforth
              Reporter:
              Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: