Skip to content

build: set symbol visibility

Simon Ser requested to merge symbol-visibility into main

A simple version script is used because it allows us to consistently expose all symbols starting with "di_", removing the risk to forget to mark a symbol as public.

Merge request reports