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:
parent
1240e259c1
commit
eaa2fdb9d4
|
|
@ -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"
|
||||
Loading…
Reference in New Issue