Showing with 3 additions and 1 deletion.
  1. +3 −1 common.gypi
@@ -17,7 +17,9 @@

# Enable V8's post-mortem debugging only on unix flavors.
'conditions': [
['OS != "win"', {
['OS == "win"', {
'v8_postmortem_support': 'false'
}, {
'v8_postmortem_support': 'true'
}]
],