gyp: preserve v8dbg syms on freebsd too

pull/23396/head
Fedor Indutny 2014-08-18 17:58:36 +04:00
parent ffd0116eda
commit d1dd0d6b38
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@
], ],
}, },
'conditions': [ 'conditions': [
['OS=="linux"', { ['OS in "linux freebsd"', {
'ldflags': [ 'ldflags': [
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive', '-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
], ],
@ -318,7 +318,7 @@
], ],
}], }],
[ [
'OS=="linux" and node_shared_v8=="false"', { 'OS in "linux freebsd" and node_shared_v8=="false"', {
'ldflags': [ 'ldflags': [
'-Wl,--whole-archive <(V8_BASE) -Wl,--no-whole-archive', '-Wl,--whole-archive <(V8_BASE) -Wl,--no-whole-archive',
], ],