Hi, I'm new here so please bear with me if this is something well known.
I've tried building llbuild-framework for iOS and after fixing two small compilation errors (which were not a big deal), I've gotten the framework. The problem is, it's around 15MB in size.
I went back to the macOS version and it too is of similar size. However, when I look at llbuild.framework that comes with Xcode itself, it's only 800KB.
Why is there such a size discrepancy? I've checked and it doesn't contain bitcode or several architectures.
I was hoping to try using it in an iOS app but this size is too much. It's a great and reliable tool (judging by Xcode NBS). I hope this is my mistake somehow.