Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Web] Use Oz instead of Os when optimizing for size
LLVM has an Oz optimization flag, which they define as: `Like -Os (and thus -O2), but reduces code size further.` I've tested this, on a release builds, and the result is ~25% smaller uncompressed size, and ~10% smaller when compressed.
- Loading branch information