We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a856 commit 069bbadCopy full SHA for 069bbad
graal-nodejs/tools/v8_gypfiles/features.gypi
@@ -90,6 +90,11 @@
90
# Set to 1 to enable DCHECKs in release builds.
91
'dcheck_always_on%': 0,
92
93
+ # For v18.x, disable SLOW_DCHECKs because they don't compile without
94
+ # the patches in https://bugs.chromium.org/p/v8/issues/detail?id=12887
95
+ # if used in constexpr, which can happen in other floated patches.
96
+ 'v8_enable_slow_dchecks%': 0,
97
+
98
# Sets -DV8_ENABLE_FUTURE.
99
'v8_enable_future%': 0,
100
0 commit comments