Peter Maydell <peter.mayd...@linaro.org> writes:
> 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. It never works for me (I think because of flag ordering getting over ridden later on) so I always end up having to add --extra-cflags to my builds. > > thanks > -- PMM -- Alex Bennée