Skip to content

[C++] Patch Snappy config to avoid disabling RTTI #43688

@pitrou

Description

@pitrou

Describe the enhancement requested

Snappy's CMakeLists.txt unconditionally disables RTTI. This is incompatible with some other options, such as activating UBSAN for a fuzzing build:
google/snappy#189

We should probably patch Snappy's CMakeLists.txt in our bundled build of Snappy.

Component(s)

C++, Continuous Integration

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions