[PATCH] build system: allow users to select the optimization level

Jody Bruchon jody at jodybruchon.com
Wed Apr 15 10:36:40 UTC 2015


On 4/15/2015 6:15 AM, Bartosz Golaszewski wrote:
> Allow users to select the compiler optimization level by adding
> appropriate config options.
I would suggest dropping -O0 and -O1 and replacing them with -Og. This 
optimization is equal to -O2 but turns off *only* optimizations that 
cause problems with debugging.

-Jody


More information about the busybox mailing list