qt5: qtwebengine: decrease memory used by the linker

This is a build-time option, nothing to do with runtime. Decrease the
memory used by the linker to avoid being killed due to out-of-memory.

https://jira.digi.com/browse/DEL-1972

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-11-30 09:22:19 +01:00
parent 1240e259c1
commit eaa2fdb9d4
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (C) 2015 Digi International
# Decrease memory used by the linker to avoid being killed due to
# out of memory.
LDFLAGS += "-Wl,--no-keep-memory"