Skip to content

Commit 411ee3d

Browse files
committed
Merge pull request nwjs#1832 from libm/fix_nw_symbols
Make linux_dump_symbols default to be 1
2 parents 41b1fbf + 22e3610 commit 411ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nw.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'nw_product_name': 'node-webkit',
88
'conditions': [
99
['OS=="linux"', {
10-
'linux_dump_symbols%': 1,
10+
'linux_dump_symbols': 1,
1111
}],
1212
],
1313
},

0 commit comments

Comments
 (0)