[PATCH] D24998: Add a new optimization option -Og

Keith Walker via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 5 02:19:22 PDT 2016


keith.walker.arm added a comment.

Looking into what optimisations would be relevant to -Og (or rather what optimisation should be omitted because they are too disruptive to the debug experience) is something that I have on my road-map as something to look into and gather feedback on.

I agree that this should be considered as just the starting point for enabling a fully functional -Og option.


https://reviews.llvm.org/D24998





More information about the cfe-commits mailing list