Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad_any_cast errors by disabling RTTI when building cesium-native #1468

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 2, 2024

  1. Fix bad_any_cast errors by disabling RTTI.

    UE disables it, and apparently on Linux/Android/Apple, mixing libraries
    compiled with and without RTTI is a mess.
    kring committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e46b86e View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md.

    kring committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    97f68d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Fix test failures on Linux.

    kring committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9f1c89c View commit details
    Browse the repository at this point in the history
  2. Formatting.

    kring committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a22b842 View commit details
    Browse the repository at this point in the history