On 1/28/19 3:06 AM, Alex Bennée wrote: > We build all tests with: > > CFLAGS+=-Wall -O0 -g -fno-strict-aliasing > > mainly because the first thing you want to do when they fail is run them > through gdb to see what went wrong. Do you actually need optimisation on > for the build to work? Everything else looks good though:
I needed optimization for the MemTag test to work, and I copied that. I'll remove it. r~