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 45bc131 commit 9a020a6Copy full SHA for 9a020a6
1 file changed
binding.gyp
@@ -3,6 +3,10 @@
3
{
4
"target_name": "stack-trace",
5
"sources": [ "module.cc" ],
6
+ # With V8_DEPRECATION_WARNINGS defined, the class-level V8_DEPRECATED
7
+ # annotations in the V8 15+ (Electron >= 43) headers expand to a mix of
8
+ # C++11 and GNU attributes that GCC <= 12 cannot parse
9
+ "defines!": [ "V8_DEPRECATION_WARNINGS=1" ],
10
"conditions": [
11
["OS=='win'", {
12
"defines": [
0 commit comments