linux: Move '-g' to brightray
This commit is contained in:
parent
52b875f199
commit
78ed9b1b23
2 changed files with 1 additions and 20 deletions
19
common.gypi
19
common.gypi
|
@ -214,24 +214,5 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}], # OS=="mac"
|
}], # OS=="mac"
|
||||||
# The breakpad on Linux needs the binary to be built with -g to generate
|
|
||||||
# unmangled symbols.
|
|
||||||
['OS=="linux"', {
|
|
||||||
'target_defaults': {
|
|
||||||
'cflags': [ '-g' ],
|
|
||||||
'conditions': [
|
|
||||||
['target_arch=="ia32"', {
|
|
||||||
'target_conditions': [
|
|
||||||
['_toolset=="target"', {
|
|
||||||
'ldflags': [
|
|
||||||
# Workaround for linker OOM.
|
|
||||||
'-Wl,--no-keep-memory',
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c735889888f8632e3dd9693e00a7988654baf7fd
|
Subproject commit 6832cc458a1ccbd547682998fcc62e58d789af11
|
Loading…
Reference in a new issue