On 5/9/19 9:58 AM, Alex Bennée wrote:
> +memory: CFLAGS+=-DCHECK_UNALIGNED

I suggest -DCHECK_UNALIGNED=1 here, and elsewhere -DCHECK_UNALIGNED=0, and then

#ifndef CHECK_UNALIGNED
# error "Target does not specify CHECK_UNALIGNED"
#endif

Then you don't need conditional compilation within the tests as well.


r~

Reply via email to