Enable multiple optimizations to be listed and enable an easy lto and to unroll
loops (if ever needed) option for packages where it improves size/performance.
Perhaps not the most elegant python, but I know enough now to make any necessary changes to clang flags/ld to try and get it working better.
Has been tested in various multiple flag combinations on zlib.
Enable multiple optimizations to be listed and enable an easy lto and to unroll loops (if ever needed) option for packages where it improves size/performance.
Perhaps not the most elegant python, but I know enough now to make any necessary changes to clang flags/ld to try and get it working better.
Has been tested in various multiple flag combinations on zlib.