Skip to content

Hide symbols names when building for mac/arm64

Nico Weber requested to merge nico/dav1d:patch-1 into master

This matches the .hidden already used for ELF outputs.

This is needed for Chromium's mac/arm64 build. Chromium has a build step that verifies that Chromium Framework only exports a small, fixed set of symbols. The dav1d symbols showed up unexpectedly. This fixes that.

Merge request reports