Open
Description
Correct me if I'm wrong but I believe there's currently no CI job that builds V8 with all debug checks enabled?
I'm doing some local light testing in that mode and so many bugs fall out, it's not even funny (ex. #55325.) Testing that regularly would be a Very Good Thing indeed.
On a very related subject: can I suggest mirroring V8's v8_enable_debugging_features=true
feature set? Right now, the configure flags one needs to use to get a build that's similar to an upstream debug build is... the words "haphazard" and "scattered" come to mind.
I know naming is hard but... ./configure --v8-non-optimized-debug
? For real?!
cc @targos
Activity