Trying to debug android kernel code w/BDI 3000 debugger but the optimizer gets in the way of stepping code . I tried to build with
KBUILD FLAGS set with no optimizer and the build fails. Tried -O1 and -O2 Seems to build only with
-Os flag set. is this a known condition? Is there a workaround?
Thanks