i'm trying to debug a native executable using GDB . I want to set
compiler optimization level to -O0 , i.e no optimization so that i can
step through my code well.

How do I do this setting in Android build? I tried giving CPP_FLAGS=-
O0 in the make command line i.e

make CPP_FLAGS=-O0 , but that doesn't seem to work. Any thoughts?
google guys?

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to