On Sat, Nov 21, 2020 at 06:46:46PM +0100, Tim Düsterhus wrote: > > 2) make DEBUG_STRICT=1 default and only option > > This is what I did. Anything crashing by using DEBUG_STRICT is a bug by > definition (compared to ASAN which might or might not be a bug). It's > either a real bug or an incorrect condition in BUG_ON. Both must be > fixed by a developer.
By the way it would be useful to keep at least one build without DEBUG_STRICT but with ERR=1. I think all developers use DEBUG_STRICT and from time to time we introduce build warnings about unused variables when STRICT is disabled. That's not dramatic but often it's caught very late :-) Willy

