Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
{
"target_name": "stack-trace",
"sources": [ "module.cc" ],
# With V8_DEPRECATION_WARNINGS defined, the class-level V8_DEPRECATED
# annotations in the V8 15+ (Electron >= 43) headers expand to a mix of
# C++11 and GNU attributes that GCC <= 12 cannot parse
"defines!": [ "V8_DEPRECATION_WARNINGS=1" ],
"conditions": [
["OS=='win'", {
"defines": [
Expand Down
Loading