node icon indicating copy to clipboard operation
node copied to clipboard

build: --v8-disable-object-print aborts build due to logic error

Open mscdex opened this issue 3 months ago • 1 comments

Version

18.x+

Platform

all

Subsystem

build

What steps will reproduce the bug?

As the title says, --v8-disable-object-print does not work because --v8-enable-object-print defaults to True and currently configure.py ensures that both v8_enable_object_print and v8_disable_object_print are not True.

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

Additional information

No response

mscdex avatar Feb 12 '24 05:02 mscdex

I can work on this one

juanarbol avatar Feb 12 '24 20:02 juanarbol