Skip to content

AIX: Add an option to disable automatic exports from shared libraries

Brad King requested to merge brad.king/cmake:aix-no-export-all into master

Since !3556 (merged) we always export all symbols from shared libraries by default. Add a new target property called AIX_EXPORT_ALL_SYMBOLS that can be explicitly set to OFF to suppress this behavior and export no symbols by default.

Fixes: #20290 (closed)

Merge request reports