reduce linker memory in an attempt to make the builds pass on Launchpad

Gbp-Pq: Name reduce-linker-memory.patch
This commit is contained in:
Olivier Tilloy 2022-07-18 11:57:22 +08:00 committed by Lu zhiping
parent f94ced06d2
commit 270a456fb5
1 changed files with 3 additions and 0 deletions

View File

@ -1308,6 +1308,9 @@
'Ws2_32.lib',
],
}],
['(target_arch=="ppc64" or target_arch=="arm" or target_arch=="arm64")', {
'ldflags': [ '-Wl,--no-keep-memory' ],
}],
],
}, # node_mksnapshot
], # end targets