👀 If anyone want to take a look, I'd be happy to have another pair of eyes and feedback on this.
On Boost 1.76.0 with the default libraries of the script (atomic chrono date_time exception filesystem program_options random system thread test), this reduces the size of the created xcframework by 15,61%.
On a smaller boost build ('thread' only), this reduces the size by 67,39%.
This creates a smaller xcframework by removing unneeded dependencies.
See https://www.boost.org/doc/libs/1_76_0/tools/bcp/doc/html/index.html
👀 If anyone want to take a look, I'd be happy to have another pair of eyes and feedback on this.
On Boost 1.76.0 with the default libraries of the script (atomic chrono date_time exception filesystem program_options random system thread test), this reduces the size of the created xcframework by 15,61%.
On a smaller boost build ('thread' only), this reduces the size by 67,39%.