On 27 September 2018 at 16:42, Alex Bennée <alex.ben...@linaro.org> wrote: > If you can rebuild with: > > ./configure --enable-debug --extra-cflags="-O0 -g3 -fno-omit-frame-pointer"
-O0 is the default if you specify --enable-debug, you don't need to specify it separately. -O0 also implies -fno-omit-frame-pointer. thanks -- PMM