Skip to content

Commit

Permalink
Merge pull request #15 from libm/nw
Browse files Browse the repository at this point in the history
Issue 224753002: Linux: Add yet another workaround to keep 32-bit linker...
  • Loading branch information
rogerwang committed Jul 30, 2014
2 parents 6f85038 + cd26d71 commit 0e429ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -3846,12 +3846,13 @@
['linux_dump_symbols==1', {
'cflags': [ '-g' ],
'conditions': [
['target_arch=="ia32" and OS!="android"', {
['linux_use_gold_flags==0 and OS!="android"', {
'target_conditions': [
['_toolset=="target"', {
'ldflags': [
# Workaround for linker OOM.
# Workarounds for linker OOM.
'-Wl,--no-keep-memory',
'-Wl,--reduce-memory-overheads',
],
}],
],
Expand Down

0 comments on commit 0e429ef

Please sign in to comment.