Michael Salmon
Michael Salmon
I see a similar increase, from 1.9M to 4.5M. Both versions have similar argument handling. When compiling for release, as I did, the default is for clang to use `-Os`...
One of the tricks you can do is: ``` strings ArgumentParser.o|sort|uniq -c|sort -n ``` The most common string is `ArgumentParser`
I think that SAP's biggest problem is that it tries to be everything to everybody. In the end you get a product that makes the simple easy and the difficult...
I have discovered a few things about package compilation with xcode. 1. xcode ignores everything that you set when it compiles packages, about the only thing that gets through is...